Skip to content

Commit

Permalink
fixup! tests/ceph: cephfs testing for restricted users
Browse files Browse the repository at this point in the history
  • Loading branch information
MadnessASAP committed Dec 27, 2024
1 parent 79afb75 commit 34cf29e
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 @@ -10,8 +10,8 @@ test_storage_driver_cephfs() {
if [ "${INCUS_CEPH_CLIENT}" != "admin" ]; then
ceph auth rm "client.${INCUS_CEPH_CLIENT}"
ceph fs authorize \
"client.${INCUS_CEPH_CLIENT}" \
"${INCUS_CEPH_CEPHFS}" \
"client.${INCUS_CEPH_CLIENT}" \
"$(basename "${INCUS_DIR}")" rw

fi
Expand Down

0 comments on commit 34cf29e

Please sign in to comment.