summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* New configuration variables BASE_PER_NODE_TYPE.Martin Schwenke2010-05-212-0/+7
* Add a comment to explain the previous commit.Martin Schwenke2010-05-211-2/+3
* Fold setup_network() into setup_base().Martin Schwenke2010-05-211-2/+10
* New config variable KS_DONE_MESSAGE, used to find end of kickstart install.Martin Schwenke2010-05-212-1/+4
* Add new function clear_hooks() to clear the value of a hook variable.Martin Schwenke2010-05-211-0/+8
* Move SSH key and grub config hacks to functions for use in setup_base_hooks.Martin Schwenke2010-05-211-10/+22
* New hook kickstart_floppy_create_hooks.Martin Schwenke2010-05-121-0/+6
* Only print message about creating a disk when actually creating a disk.Martin Schwenke2010-05-121-1/+2
* New value for SYSTEM_DISK_FORMAT: "none".Martin Schwenke2010-05-122-3/+6
* New function create_node_configure_image() to do the per-image configuration.Martin Schwenke2010-05-121-4/+12
* Test SONAS releases after 1.1.0.x with RHEL5.5.Martin Schwenke2010-05-121-1/+2
* nbd-client is also optional if SYSTEM_DISK_FORMAT is not "raw".Martin Schwenke2010-04-301-2/+4
* Always set SONAS_VERSION, since it is no longer a configuration variable.Martin Schwenke2010-04-291-6/+2
* Revert "New SOFS configuration variable SONAS_VERSION, default to null."Martin Schwenke2010-04-291-3/+0
* Allow releases of the form <product>-<version> to use product.release.Martin Schwenke2010-04-291-5/+9
* New release file for SONAS.Martin Schwenke2010-04-291-0/+35
* New SOFS configuration variable SONAS_VERSION, default to null.Martin Schwenke2010-04-291-0/+3
* Make with_release() pass args $2.. to the release file when sourcing it.Martin Schwenke2010-04-291-0/+1
* Add support for RHEL5.5 cluster nodes.Martin Schwenke2010-04-281-0/+1
* setup_gpfs.sh must source nsd_server_common.bash before processing args.Martin Schwenke2010-04-201-3/+5
* Add command-line options to setup_gpfs.sh.Martin Schwenke2010-04-201-14/+70
* Usage for SHARED_DISK_TYPE option should mention "iscsi".Martin Schwenke2010-03-311-1/+1
* Makefile: Use time in the version string as well.Martin Schwenke2010-03-291-1/+3
* Makefile: Add rpm target and fix version.Martin Schwenke2010-03-291-1/+4
* Makefile: Make dist target and associated generated targets more robust.Martin Schwenke2010-03-291-3/+3
* Document how to use autocluster with RHEL5 KVM package.Martin Schwenke2010-03-241-8/+81
* Parameterise the iSCSI target deletion with ISCSI_TID.Martin Schwenke2010-03-231-1/+1
* Use tgt-admin --delete with --force to delete targets.Martin Schwenke2010-03-231-1/+1
* Only check for QEMU_NBD command if SYSTEM_DISK_FORMAT is not "raw".Martin Schwenke2010-03-231-1/+1
* Improve iSCSI host setup.Martin Schwenke2010-03-191-8/+13
* Remove any old shared disks before creating new ones.Martin Schwenke2010-03-181-0/+1
* iscsimultipath initscript should identify itself when running.Martin Schwenke2010-03-181-0/+4
* Attempt to fix the iscsimultipath initscript.Martin Schwenke2010-03-181-13/+35
* Improve iSCSI multipath handling.Martin Schwenke2010-03-182-8/+90
* If $SYSTEM_DISK_FORMAT is raw then just do a loopback mount.Martin Schwenke2010-03-171-8/+48
* If SYSTEM_DISK_FORMAT is "raw" then BASE_FORMAT must also be "raw".Martin Schwenke2010-03-171-0/+4
* Base image filename now ends in $BASE_FORMAT.Martin Schwenke2010-03-171-4/+5
* New configuration option SYSTEM_DISK_FORMAT.Martin Schwenke2010-03-172-2/+14
* Merge branch 'iscsi'Martin Schwenke2010-03-169-34/+250
|\
| * Fix iSCSI host setup bug.Martin Schwenke2010-03-161-1/+1
| * iscsi_out needs to be set in a function so it gets the value of CLUSTER.Martin Schwenke2010-03-161-3/+3
| * Fix careless error in iSCSI host configuration.Martin Schwenke2010-03-161-4/+8
| * Make iscsi_cluster_created() point to file containing the tgtadm commands.Martin Schwenke2010-03-161-4/+4
| * Move iSCSI host setup from shared_disk_template() to shared_disk_setup().Martin Schwenke2010-03-161-37/+36
| * New configuration variables for shared disks.Martin Schwenke2010-03-161-2/+9
| * Remove indentation from message in iscsi_cluster_created().Martin Schwenke2010-03-161-6/+5
| * iSCSI bug fixes.Martin Schwenke2010-03-161-3/+3
| * Add missing backslashes to sed commands in iSCSI code.Martin Schwenke2010-03-151-2/+2
| * Print a message when setting up iSCSI shared disks for each client.Martin Schwenke2010-03-151-0/+2
| * iscsi_cluster_created should only be registered if using iSCSI shared disks.Martin Schwenke2010-03-151-1/+3