diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2024-09-03 17:03:55 +0200 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2024-09-06 14:14:12 +0200 |
commit | 3260b8fbea9257f12eb04a59af2ebb6f46042d82 (patch) | |
tree | 09c42ad64eee0e2c7af6dc4be158d09180413c3d /qa/suites/rbd/migration/9-cleanup/cleanup.yaml | |
parent | librbd/migration/NBDStream: call nbd_shutdown() in close() (diff) | |
download | ceph-3260b8fbea9257f12eb04a59af2ebb6f46042d82.tar.xz ceph-3260b8fbea9257f12eb04a59af2ebb6f46042d82.zip |
qa/suites/rbd: add snippets for migration import from NBD
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | qa/suites/rbd/migration/9-cleanup/cleanup.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/suites/rbd/migration/9-cleanup/cleanup.yaml b/qa/suites/rbd/migration/9-cleanup/cleanup.yaml index 18c2bb5f4c4..1d724d09086 100644 --- a/qa/suites/rbd/migration/9-cleanup/cleanup.yaml +++ b/qa/suites/rbd/migration/9-cleanup/cleanup.yaml @@ -1,4 +1,5 @@ tasks: - exec: client.0: + - pkill -9 qemu-nbd || true - rm -rf /home/ubuntu/cephtest/migration |