ceph/qa/tasks/cephfs
Patrick Donnelly 7fa1e3c37f
mds: remove cache drop asok command
`cache drop` is a long running command that will block the asok interface
(while the tell version does not). Attempting to abort the command with ^C or
equivalents will simply cause the `ceph` command to exit but won't stop the
asok command handler from waiting for the cache drop operation to complete.

Instead, just allow the tell version.

Fixes: http://tracker.ceph.com/issues/38020
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-01-23 06:48:58 -08:00
..
__init__.py
cephfs_test_case.py
filesystem.py Merge PR #26012 into master 2019-01-19 17:21:42 -08:00
fuse_mount.py
kernel_mount.py
mount.py
test_auto_repair.py
test_backtrace.py
test_cap_flush.py
test_cephfs_shell.py
test_client_limits.py
test_client_recovery.py
test_config_commands.py
test_damage.py qa: fix damage expectation setting 2019-01-09 07:05:01 -08:00
test_data_scan.py
test_dump_tree.py
test_exports.py
test_failover.py qa: add test that down fs does not ERR 2019-01-17 18:14:10 -08:00
test_flush.py
test_forward_scrub.py
test_fragment.py
test_full.py
test_journal_migration.py
test_journal_repair.py
test_mantle.py
test_misc.py mds: remove cache drop asok command 2019-01-23 06:48:58 -08:00
test_pool_perm.py
test_quota.py
test_readahead.py
test_recovery_pool.py
test_scrub_checks.py
test_scrub.py
test_sessionmap.py
test_snapshots.py
test_strays.py
test_volume_client.py