summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorben2015-04-14 20:36:29 +0200
committertorben2015-04-14 20:36:29 +0200
commit6125937d13ffc21e90f0e623ade01b0c2ce88a80 (patch)
tree2963d6462089ca3bfcc5592aada9b428b0667689
parentSave new tries. (diff)
downloadsystemd-init-6125937d13ffc21e90f0e623ade01b0c2ce88a80.tar.gz
systemd-init-6125937d13ffc21e90f0e623ade01b0c2ce88a80.tar.xz
systemd-init-6125937d13ffc21e90f0e623ade01b0c2ce88a80.zip
Checked all qemu-nbd options.
-rw-r--r--testModule/hooks/pre-pivot.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/testModule/hooks/pre-pivot.sh b/testModule/hooks/pre-pivot.sh
index 0e301b7d..cfe108ef 100644
--- a/testModule/hooks/pre-pivot.sh
+++ b/testModule/hooks/pre-pivot.sh
@@ -3,8 +3,7 @@ warn '............MOUNT.............'
dnbd3_device_node='/dev/dnbd0'
qemu-img create -f qcow2 -o backing_file="$dnbd3_device_node",backing_fmt=qcow2 /test.qcow2
insmod /usr/lib/modules/3.10.0-229.1.2.el7.x86_64/extra/nbd.ko
-systemd_preserve_process_marker /usr/bin/qemu-nbd --connect /dev/nbd0 /test.qcow2 --socket /qemu-nbd-TEST --persistent --nocache
-#--aio=native
+systemd_preserve_process_marker /usr/bin/qemu-nbd --connect /dev/nbd0 /test.qcow2 --socket /qemu-nbd-TEST --persistent
# --verbose &
#mount /dev/nbd0 /sysroot/TEST
# strace -ff -o /sysroot/log.txt -p PID