summaryrefslogtreecommitdiffstats
path: root/testModule/mount-dnbd3.sh
diff options
context:
space:
mode:
authorJonathan Bauer2015-04-14 17:58:50 +0200
committerJonathan Bauer2015-04-14 17:58:50 +0200
commite4c036d247389cfaeb3da8675ce53f53bef90afe (patch)
treeae1c87aeb940147cb258c4b540ad920880781ac0 /testModule/mount-dnbd3.sh
parentstatic qemu-nbd (diff)
parentSome tries to fix kernel panic. (diff)
downloadsystemd-init-e4c036d247389cfaeb3da8675ce53f53bef90afe.tar.gz
systemd-init-e4c036d247389cfaeb3da8675ce53f53bef90afe.tar.xz
systemd-init-e4c036d247389cfaeb3da8675ce53f53bef90afe.zip
Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init
Diffstat (limited to 'testModule/mount-dnbd3.sh')
-rw-r--r--testModule/mount-dnbd3.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/testModule/mount-dnbd3.sh b/testModule/mount-dnbd3.sh
deleted file mode 100644
index 9629a153..00000000
--- a/testModule/mount-dnbd3.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-insmod /usr/lib/modules/3.10.0-229.1.2.el7.x86_64/extra/dnbd3.ko
-
-dnbd3-client --daemon &
-sleep 2
-local dnbd3_device_node="$(dnbd3-client -h 132.230.4.1 -i stage4/torben/test -r 1)"
-
-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
-qemu-nbd -c /dev/nbd0 /tmp/test.qcow2
-mkdir /mnt
-mount /dev/nbd0 /mnt
-
-warn '............JAU.............'
-warn '............JAU.............'
-warn '............JAU.............'