Skip to content

Commit

Permalink
Various cleanups
Browse files Browse the repository at this point in the history
- Rename some variables and examples
- Label service feature unimplemented
  • Loading branch information
jarrpa committed Mar 5, 2016
1 parent 2927681 commit a03409f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ active_vms.yaml
vagrant.yaml*
vagrant.yml*
host_vars/
tags
4 changes: 2 additions & 2 deletions src/nfs-ha.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
HA_NFS_TYPE="glusterfs"

# Shared volume to store NFS state.
HA_NFS_VOL="ganesha"
HA_NFS_VOL="state"

# [OPTIONAL] Mount point for shared volume.
HA_NFS_MNT_DIR="lock"
HA_NFS_MNT_DIR="state"
5 changes: 3 additions & 2 deletions src/storhaug
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@

HA_NUM_SERVERS=0
HA_SERVERS=""
HA_CONF="%CONFDIR/sysconfig/storhaug.conf"
HA_CONF_INCDIR="%CONFDIR/sysconfig/storhaug.d/"
SYS_CONFDIR="/etc"
HA_CONF="${SYS_CONFDIR}/sysconfig/storhaug.conf"
HA_CONF_INCDIR="${SYS_CONFDIR}/sysconfig/storhaug.d/"
HA_MNT_DIR="/var/run/gluster"
HA_SMB_MNT_DIR="lock"
HA_NFS_MNT_DIR="state"
Expand Down
4 changes: 2 additions & 2 deletions src/storhaug.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ HA_VIPS="10.x.x.x 10.x.x.x"
# NOTE: These nodes should also be configured as storage nodes, either
# implicitly in HA_CLUSTER_NODES or explicitly in STORAGE_NODES
DETERMINISTIC_FAILOVER=false
VIP_NODES="server2,server3"
HA_VIP_NODES="server2,server3"

# Managed access methods
# [NOT IMPLEMENTED YET] Managed access methods
# Whitespace-delimited list. Valid values:
# nfs
# smb
Expand Down

0 comments on commit a03409f

Please sign in to comment.