Skip to content

Commit

Permalink
Merge pull request #1 from vital2/altering-mount-code
Browse files Browse the repository at this point in the history
mount will be from fstab from now on
  • Loading branch information
sharma20 authored Jul 14, 2017
2 parents 987510e + fc547ae commit e19a0fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/on_xen_startup.sh
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit e19a0fe

Please sign in to comment.