mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
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:
commit
6718f70eae
@ -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"
|
||||
|
@ -11,3 +11,6 @@ overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- failed to encode map
|
||||
conf:
|
||||
client:
|
||||
rbd default features: 1
|
||||
|
@ -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"
|
||||
|
@ -11,3 +11,6 @@ overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- failed to encode map
|
||||
conf:
|
||||
client:
|
||||
rbd default features: 1
|
||||
|
Loading…
Reference in New Issue
Block a user