summaryrefslogtreecommitdiffstats
path: root/config.d
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-06-24 12:10:18 +1000
committerMartin Schwenke <martin@meltin.net>2014-07-02 14:17:17 +1000
commita6d6b351b98eee1b42a78d6bad911b9c15221308 (patch)
treec5a36f40a7eb8a85880ad67f4be9b10fe752a563 /config.d
parent29a18b9d0a1628ab75ba9a28ed49f3a7be8a691f (diff)
downloadautocluster-a6d6b351b98eee1b42a78d6bad911b9c15221308.tar.gz
autocluster-a6d6b351b98eee1b42a78d6bad911b9c15221308.tar.xz
autocluster-a6d6b351b98eee1b42a78d6bad911b9c15221308.zip
New configuration variables CLUSTERFS_TYPE, CLUSTERFS_DEFAULT_MOUNTPOINT
* CLUSTERFS_DEFAULT_MOUNTPOINT replaces GPFS_DEFAULT_MOUNTPOINT * Tweak various scripts and configuration files to allow cluster filesystem type to be configured * Also tweak chroot-related options to not have GPFS-specific values Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'config.d')
-rw-r--r--config.d/00base.defconf6
-rw-r--r--config.d/40gpfs.defconf2
2 files changed, 6 insertions, 2 deletions
diff --git a/config.d/00base.defconf b/config.d/00base.defconf
index a2b6b55..19d5db0 100644
--- a/config.d/00base.defconf
+++ b/config.d/00base.defconf
@@ -7,6 +7,12 @@
defconf CLUSTER_TYPE "samba" \
"samba|ad|build" "Type of cluster, for configuration stage"
+defconf CLUSTERFS_TYPE "gpfs" \
+ "<gpfs|?>" "type of cluster filesystem to use"
+
+defconf CLUSTERFS_DEFAULT_MOUNTPOINT "/clusterfs" \
+ "<directory>" "mountpoint for default cluster filesystem"
+
defconf NODES "sofs_front:0-3 rhel_base:4" \
"<nodes>" "list of node types to create, with associated IP offsets"
diff --git a/config.d/40gpfs.defconf b/config.d/40gpfs.defconf
index e817c28..5153df3 100644
--- a/config.d/40gpfs.defconf
+++ b/config.d/40gpfs.defconf
@@ -6,5 +6,3 @@ defconf GPFS_BASE_VERSION "3.2.0-0" \
defconf GPFS_DEFAULT_NSDS "" \
"<n>" "number of NSDs used by default GPFS filesystem, empty => all"
-defconf GPFS_DEFAULT_MOUNTPOINT "/gpfs" \
- "<directory>" "mountpoint for default GPFS filesystem"