Skip to content

Commit 52d4c5d

Browse files
committed
qa/standalone/mon/mkfs.sh: remove $MON_DIR correctly
Fixes: https://tracker.ceph.com/issues/63784 Signed-off-by: Kamoltat <[email protected]>
1 parent dbc9816 commit 52d4c5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

qa/standalone/mon/mkfs.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ function auth_cephx_key() {
129129
if mon_mkfs --key='corrupted key' ; then
130130
return 1
131131
else
132-
rm -fr $MON_DIR/store.db
133-
rm -fr $MON_DIR/kv_backend
132+
rm -fr $MON_DIR
134133
fi
135134

136135
mon_mkfs --key=$key

0 commit comments

Comments
 (0)