go-ceph/cephfs/admin
John Mulligan 13bdb3e26c cephfs admin: remove explicit subvol delete from snap retention test
On ceph quincy, removing the subvolume explicitly (even with --force)
triggered an error. Due to the discussion in
https://tracker.ceph.com/issues/54625
I was informed that the explicit delete was not necessary, and while
the error on quincy was not correct, even on previous versions the
call is basically a no-op.

Rather than wait for this to be changed back to a no-op on quincy,
we remove the unneeded call. While we're at it, change the polling
loop to use the assert lib's Eventually call which is much nicer
to read and expires based on a duration avoiding the need to
think about loop iterations. :-)

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2022-05-02 14:14:25 +00:00
..
bytecount.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
clone.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
clone_test.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
doc.go cephfs admin: disable package on 'luminous' and 'mimic' 2020-08-31 10:38:38 -04:00
flags.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
fsadmin.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
fsadmin_test.go cephfs admin: add quincy to valid server editions 2022-05-02 14:14:25 +00:00
mgrmodule.go cephfs admin: mark general mgr module funcs as deprecated 2022-02-08 15:55:02 +00:00
mirror.go cephfs admin: tweak naming of DaemonStatusPeer 2021-08-05 13:53:22 +00:00
mirror_test.go cephfs admin: add data parsing tests for cephfs mirroring functions 2021-08-03 07:25:28 +00:00
mirror_workflow_test.go cephfs admin: increase timeout waiting for mirroring module 2022-02-08 15:55:02 +00:00
response.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
subvolume.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
subvolume_test.go cephfs admin: remove explicit subvol delete from snap retention test 2022-05-02 14:14:25 +00:00
subvolumegroup.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
subvolumegroup_test.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
timestamp.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
timestamp_test.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
volume.go cephfs admin: flexibly decode the MDSVersion field in volume status 2022-05-02 14:14:25 +00:00
volume_test.go cephfs admin: flexibly decode the MDSVersion field in volume status 2022-05-02 14:14:25 +00:00
workflow_test.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00