Fix depreciation of drbd-overview by drbdadm status
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Eric Morino 2022-07-05 10:16:47 +02:00
parent 68ac8fc058
commit 34a3591192
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ ${drbdadm} -- --overwrite-data-of-peer primary "${vmName}"
if ! isDryRun; then
sleep 5
drbd-overview | tail -4
drbdadm status | tail -4
drbdDiskPath="/dev/drbd/by-res/${vmName}/0"
if ! [ -b "${drbdDiskPath}" ]; then