From fc547ae580c2e3fe421b4952ebb02914e676bce3 Mon Sep 17 00:00:00 2001 From: ap4414 Date: Sat, 8 Jul 2017 13:11:53 -0400 Subject: [PATCH] mount will be from fstab from now on --- scripts/on_xen_startup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/on_xen_startup.sh b/scripts/on_xen_startup.sh index ae88fbb..85791fb 100644 --- a/scripts/on_xen_startup.sh +++ b/scripts/on_xen_startup.sh @@ -1,7 +1,10 @@ #!/bin/bash -mount -t glusterfs gusterfs1-dev:volume1 /mnt/vlab-datastore +#mount -t glusterfs gusterfs1-dev:volume1 /mnt/vlab-datastore # mount -t glusterfs Vlab-gluster1:/vlab /mnt/vlab-datastore +##ap4414 EDIT: added nfs mount to /etc/fstab +#gusterfs1-dev:volume1 /mnt/vlab-datastore/ nfs async,hard,intr,rw,nolock 0 0 + xl sched-credit -d Domain-0 -w 2048 #Disable Netfilter on Bridges (Xen xl usage)