Skip to content

Commit

Permalink
test/suites: Test security.shared is not allowed for cephfs
Browse files Browse the repository at this point in the history
Signed-off-by: hamistao <[email protected]>
  • Loading branch information
hamistao committed Dec 12, 2024
1 parent 90a4d5c commit 13e6b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/storage_driver_cephfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test_storage_driver_cephfs() {
! lxc storage create cephfs cephfs source="${LXD_CEPH_CEPHFS}/$(basename "${LXD_DIR}")" cephfs.meta_pool=xyz || true
! lxc storage create cephfs cephfs source="${LXD_CEPH_CEPHFS}/$(basename "${LXD_DIR}")" cephfs.data_pool=xyz || true
! lxc storage create cephfs cephfs source="${LXD_CEPH_CEPHFS}/$(basename "${LXD_DIR}")" cephfs.create_missing=true cephfs.data_pool=xyz_data cephfs.meta_pool=xyz_meta || true

! lxc storage create cephfs cephfs source="${LXD_CEPH_CEPHFS}/$(basename "${LXD_DIR}")" volume.security.shared=true || false

# Test cephfs storage volumes.
for fs in "cephfs" "cephfs2" ; do
Expand Down

0 comments on commit 13e6b18

Please sign in to comment.