Merge pull request #871 from ceph/wip-rbd-client-upgrade

upgrade/client-upgrade: only use supported features for RBD tests

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
Josh Durgin 2016-03-14 00:06:40 -07:00
commit 6718f70eae
4 changed files with 8 additions and 2 deletions

View File

@ -9,5 +9,5 @@ tasks:
client.0:
- rbd/import_export.sh
env:
RBD_CREATE_ARGS: --new-format
RBD_CREATE_ARGS: --image-feature layering,exclusive-lock,object-map
- print: "**** done rbd/import_export.sh"

View File

@ -11,3 +11,6 @@ overrides:
ceph:
log-whitelist:
- failed to encode map
conf:
client:
rbd default features: 1

View File

@ -9,5 +9,5 @@ tasks:
client.0:
- rbd/import_export.sh
env:
RBD_CREATE_ARGS: --new-format
RBD_CREATE_ARGS: --image-feature layering,exclusive-lock,object-map
- print: "**** done rbd/import_export.sh"

View File

@ -11,3 +11,6 @@ overrides:
ceph:
log-whitelist:
- failed to encode map
conf:
client:
rbd default features: 1