1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-12 09:17:41 +03:00

B #5446: Ceph: allow rbd_rm_snap to fail (#1415)

Snap might be undeletable due to child in trash
This commit is contained in:
Jan Orel 2021-08-23 09:56:03 +02:00 committed by GitHub
parent c8cbe20164
commit 2307d843e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ fi
LN_CMD=$(cat <<EOF
RBD="${RBD}"
rbd_rm_snap $SRC_PATH
rbd_rm_snap $SRC_PATH ||:
EOF
)