diff options
Diffstat (limited to 'testModule/mount-dnbd3.sh')
| -rw-r--r-- | testModule/mount-dnbd3.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testModule/mount-dnbd3.sh b/testModule/mount-dnbd3.sh deleted file mode 100644 index c8b7f267..00000000 --- a/testModule/mount-dnbd3.sh +++ /dev/null @@ -1,14 +0,0 @@ -# TODO -warn '............JAU.............' -warn '............JAU.............' - -insmod /usr/lib/modules/3.10.0-229.1.2.el7.x86_64/extra/dnbd3.ko - -#dnbd3-client --daemon & -#sleep 3 -local dnbd3_device_node="$(dnbd3-client -h 132.230.4.1 -i stage4/torben/test -r 1 -d /dev/dnbd0)" -dnbd3_device_node='/dev/dnbd0' -qemu-img create -f qcow2 -o backing_file="$dnbd3_device_node",backing_fmt=qcow2 /tmp/test.qcow2 -insmod /usr/lib/modules/3.10.0-229.1.2.el7.x86_64/extra/nbd.ko -wrap qemu-nbd -c /dev/nbd0 /tmp/test.qcow2 -#mount /dev/nbd0 /sysroot |
