index
:
autocluster.git
glusterfs-helpers
master
Autocluster is a script for building virtual clusters to test clustered Samba.
Anoop C S
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make waitfor set LANG=C before running expect.
Martin Schwenke
2011-01-25
1
-0
/
+1
*
Make setting of MEM happen in post_config_hooks() by default.
Martin Schwenke
2011-01-18
1
-1
/
+15
*
$ISO and $SYSTEM_DISK_MOUNTS now automatically set via post_config_hooks.
Martin Schwenke
2011-01-18
1
-2
/
+24
*
New hook post_config_hooks.
Martin Schwenke
2011-01-18
1
-2
/
+8
*
Change handling of packages in kickstart with new variable RHEL_PACKAGES.
Martin Schwenke
2011-01-18
5
-202
/
+165
*
Add RHEL6-compatible option to default value of KS_DONE_MESSAGE.
Martin Schwenke
2011-01-17
1
-1
/
+1
*
Remove persisent NIC naming in basic-postinstall.sh.
Martin Schwenke
2011-01-17
1
-0
/
+4
*
Add RHEL5.6 ISO details.
Martin Schwenke
2011-01-17
1
-0
/
+1
*
Support for RHEL_VERSION=6.0 in rhel_print_iso.
Martin Schwenke
2011-01-13
1
-1
/
+7
*
Optimise newline subsitution during template expansion.
Martin Schwenke
2011-01-11
1
-2
/
+3
*
Allow a lot more shared disks (about 700).
Martin Schwenke
2011-01-11
1
-2
/
+2
*
Change shared disk device name code to use a bash array.
Martin Schwenke
2011-01-11
1
-4
/
+4
*
Revert "Allow a lot more shared disks (about 700)."
Martin Schwenke
2011-01-11
1
-13
/
+2
*
Allow a lot more shared disks (about 700).
Martin Schwenke
2011-01-05
1
-2
/
+13
*
Added TODO file for cluster_configure.
Martin Schwenke
2010-12-06
1
-0
/
+3
*
Configuration file and wrapper script for simple GPFS-based NAS stack.
Martin Schwenke
2010-12-06
2
-0
/
+161
*
kickstart and post-install templated for simplified GPFS-based NAS cluster.
Martin Schwenke
2010-12-06
2
-0
/
+333
*
Initial version of cluster_configure.
Martin Schwenke
2010-12-06
47
-0
/
+1592
*
Change the SCSI ID prefix in shared disk images from "SOFS" to "AUTO".
Martin Schwenke
2010-12-02
1
-1
/
+1
*
mknsd.sh creates its own list of disks to use as NSDs.
Martin Schwenke
2010-12-02
1
-1
/
+3
*
setup_gpfs.sh no longer uses cnpushfile.
Martin Schwenke
2010-11-29
1
-1
/
+1
*
New configuration variable GPFS_DEFAULT_MOUNTPOINT, used by setup_gpfs.sh.
Martin Schwenke
2010-11-29
2
-1
/
+4
*
Move GPFS config variables from 50sofs.defconf to new file 40gpfs.defconf.
Martin Schwenke
2010-11-29
2
-6
/
+7
*
Move public IP config variables from 50sofs.defconf to 00base.defconf.
Martin Schwenke
2010-11-29
2
-6
/
+7
*
Make 3rd octet of IP addresses configurable.
Martin Schwenke
2010-09-23
8
-9
/
+23
*
NTP server should be GATEWAY, not a hand constructed IP address.
Martin Schwenke
2010-09-23
1
-1
/
+1
*
New -E options needs "shift 2" - oops!
Martin Schwenke
2010-08-25
1
-1
/
+1
*
Add new -E option like -e but doesn't exit.
Martin Schwenke
2010-08-25
1
-2
/
+5
*
Fix 2 bugs in iscsimultipath initscript.
Martin Schwenke
2010-08-12
1
-1
/
+2
*
Fix think in iscsimultipath initscript.
Martin Schwenke
2010-08-10
1
-1
/
+1
*
Support HOSTS_STATIC_ENTRIES on the rhel_base nodes too.
Martin Schwenke
2010-08-06
1
-0
/
+2
*
New configuration variable HOSTS_STATIC_ENTRIES.
Martin Schwenke
2010-08-06
2
-0
/
+5
*
Rework the code that finds the list of variables in a template.
Martin Schwenke
2010-06-29
1
-6
/
+7
*
Fix the template substitution in certain corner cases.
Martin Schwenke
2010-06-28
1
-1
/
+2
*
Fix hardcoded 10.0.0.1 in one of the iSCSI templates.
Martin Schwenke
2010-06-22
1
-1
/
+1
*
New function shared_disk_iscsi_setup_base_get_ip() prints IP for iSCSI client.
Martin Schwenke
2010-06-22
1
-1
/
+7
*
Register shared_disk_iscsi_setup_base in shared_disk_setup.
Martin Schwenke
2010-06-22
1
-4
/
+1
*
Move the "cluster created" message back into create_cluster().
Martin Schwenke
2010-06-18
1
-1
/
+4
*
Put /etc/hosts editing suggestion into cluster_created_hooks.
Martin Schwenke
2010-06-18
1
-2
/
+7
*
In setup_gpfs.sh, getopt complains if it doesn't have a -o option.
Martin Schwenke
2010-06-18
1
-1
/
+2
*
Kickstart: don't install xulrunner-devel - nothing needs it.
Martin Schwenke
2010-06-18
1
-0
/
+1
*
grep sanity check in waitfor should now use extended regexps.
Martin Schwenke
2010-05-31
1
-1
/
+1
*
Make waitfor look for a regular expression rather than just a string.
Martin Schwenke
2010-05-28
1
-1
/
+1
*
Add $node_type to the UUID map.
Martin Schwenke
2010-05-28
1
-1
/
+1
*
Modify create_node_COMMON() to pull the UUID for this node out of the map.
Martin Schwenke
2010-05-28
1
-1
/
+3
*
Build a UUID map file in common_nodelist_hacking.
Martin Schwenke
2010-05-28
1
-0
/
+8
*
Fix a typo causing as syntax error.
Martin Schwenke
2010-05-24
1
-2
/
+3
*
Support SYSTEM_DISK_MOUNTS in unmount_disk().
Martin Schwenke
2010-05-24
1
-1
/
+12
*
New configuration variable SYSTEM_DISK_MOUNTS.
Martin Schwenke
2010-05-24
2
-11
/
+20
*
Fix typo "derconf".
Martin Schwenke
2010-05-21
1
-1
/
+1
[prev]
[next]