We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e702e3 commit 08fbdd6Copy full SHA for 08fbdd6
run
@@ -97,7 +97,7 @@ options:
97
-c, --clean remove kernel and initramfs volumes after VM
98
shutdown
99
--shared using scsi disks as shared disk (The qcow2
100
- format is also replaced with raw.) Work if -f is enabled.
+ format is also replaced with raw.)
101
-G, --gdb [HOST]:PORT Enable QEMU GDB stub via HOST:PORT
102
-k, --kopt PARAM pass a kernel option
103
-K, --keep don't shutdown VM immediately
@@ -706,7 +706,9 @@ HOST=$(virsh hostname)
706
printf "\b\b\b: $HOST"
707
for volspec in "${VOLUMES[@]}"; do
708
IFS=':' read -ra volume <<< "$volspec"
709
+ adddev::lock
710
vm::vol::upload "${volume[@]}"
711
+ adddev::unlock
712
done
713
[ -n "$FORCE" ] && vm::remove "$VMNAME"
714
0 commit comments