summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Configure YUM plugins off in basic postinstallMartin Schwenke2012-02-091-0/+5
|/
* Added RHEL6.2 ISO details.Martin Schwenke2011-12-071-0/+1
* Make setup_cluster.sh extract $auth_type from config fileMartin Schwenke2011-10-251-2/+2
* cluster_configure - unify templates directories for file and winbindMartin Schwenke2011-10-2542-288/+5
* cluster_configure - template substitutions depending on auth_typeMartin Schwenke2011-10-253-5/+15
* gpfs-nas.conf - define auth_methodMartin Schwenke2011-10-251-0/+1
* cluster_configure - need to escape '|' in regular expressionMartin Schwenke2011-10-251-1/+1
* setup_cluster.sh - fix a typo where "all" is missing in an onnode commandMartin Schwenke2011-10-251-1/+1
* cluster_configure - fix FTP_EXPORTS settingMartin Schwenke2011-10-251-1/+1
* cluster_configure - fix GPFS_SHARES settingMartin Schwenke2011-10-251-1/+1
* cluster_configure - also go GPFS share setup for winbindMartin Schwenke2011-10-252-0/+12
* gpfs-nas-postinstall.sh - add install of rsshMartin Schwenke2011-10-241-0/+3
* setup_gpfs.sh - fix recovery lock setting for /etc/sysconfig/ctdbMartin Schwenke2011-10-241-1/+1
* mknsd.sh - update to use shared_disk_ids file and to work with modern GPFS.Martin Schwenke2011-10-201-8/+18
* Shared disks: put IDs into a file on each node.Martin Schwenke2011-10-201-0/+17
* Rationalise list of packages in gpfs-nas-postinstall.sh.Martin Schwenke2011-10-201-11/+3
* New configuration variable SHARED_DISK_ID_GEN for configurable shared disk IDsMartin Schwenke2011-09-132-3/+13
* vircmd - add -w/--wait argument with optional timeout.Martin Schwenke2011-08-311-3/+53
* Add RHEL 5.7 ISO details.Martin Schwenke2011-08-231-0/+1
* Add RHEL 6.1 ISO details.Martin Schwenke2011-06-222-0/+2
* Fix subsitute_vars() so it doesn't corrupt binary files.Martin Schwenke2011-05-271-15/+32
* Makefile generates ChangeLog for dist and spec file installs it as doc.Martin Schwenke2011-05-032-2/+5
* Move variables QEMU_NBD and NBD_DEVICE to loopback implementation.Martin Schwenke2011-05-032-9/+9
* Automatically set default for SYSTEM_DISK_ACCESS_METHOD.Martin Schwenke2011-05-031-1/+21
* Add sanity check to ensure guestfish is installed if it's use is selected.Martin Schwenke2011-05-031-0/+11
* Move sanity check for qcow2 images requiring NBD out of main script.Martin Schwenke2011-05-032-4/+13
* Fix a problem with diskimage_* in the guestfish implementation.Martin Schwenke2011-05-021-1/+1
* Call "diskimage f args ..." rather than "diskimage_f args ...".Martin Schwenke2011-05-022-42/+35
* copy_base_dir_substitute_templates() should ignore .svn/ subdirectories.Martin Schwenke2011-04-291-1/+1
* Add diskimage_mv().Martin Schwenke2011-03-093-1/+11
* Log files being installed from base/ .Martin Schwenke2011-03-031-1/+2
* Rename config.d/05_* without that underscore.Martin Schwenke2011-02-152-0/+0
* Merge branch 'guestfish'Martin Schwenke2011-02-158-187/+521
|\
| * Update README for guestfish support.Martin Schwenke2011-02-151-38/+89
| * Stop copy_base_dir_substitute_templates() chmod-ing existing directories.Martin Schwenke2011-02-141-0/+4
| * Don't use guestfish is-dir directly, use diskimage_is_directory() instead.Martin Schwenke2011-02-141-1/+1
| * Try to make diskimage_is_{file,directory}_guestfish work.Martin Schwenke2011-02-111-2/+4
| * Undo __ super-locationisation of variables in call_func().Martin Schwenke2011-02-111-6/+6
| * Implement diskimage_is-file() for loopback and guestfish.Martin Schwenke2011-02-113-1/+11
| * Implement diskimage_grep() for loopback and guestfish.Martin Schwenke2011-02-113-1/+23
| * Work around guestfish upload not working with stdin.Martin Schwenke2011-02-101-7/+20
| * Work around guestfish mkdir-p working badly with pre-existing symlinks.Martin Schwenke2011-02-101-1/+4
| * Add guestfish method for accessing disk image.Martin Schwenke2011-02-102-6/+134
| * Abstract out qemu-nbd/NBD/loopback mount of disk image.Martin Schwenke2011-02-104-148/+249
| * Explicitly set disk image type to $BASE_FORMAT in install.xml.Martin Schwenke2011-02-101-1/+1
| * Explicitly set disk image type to $SYSTEM_DISK_FORMAT in node.xml.Martin Schwenke2011-02-101-1/+1
* | Produce more useful error message when create base times out.Martin Schwenke2011-02-111-1/+5
|/
* Add initial "no desktop" package listing for RHEL6.Martin Schwenke2011-02-081-0/+52
* SYSTEM_DISK_PREFIX is now set from SYSTEM_DISK_TYPE and RHEL_VERSION.Martin Schwenke2011-02-081-1/+21
* Support new SYSTEM_DISK_FORMAT=reflink.Martin Schwenke2011-01-252-6/+11