| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rename conf.base to conf.base-SoFS, since it is SoFS-specific. Add
conf.base-SoFS-1.5.3 and modify setup_samba.sh to look for a
version-specific file if it exists.
Revert default value of MEM to 256MB and add 128MB to it in any
release files (SoFS-1.5.2, SoFS-1.5.3) that tell the kernel to reserve
128MB for kdump. This introduces more order dependencies when using
release files... but there are obvious advantages. Updated GUIMEM to
be a nice round 704MB and set it to 1GB in recent release files
(SoFS-1.5.2, SoFS-1.5.3) since it now seems much easier to run out of
memory.
Update note in README about configuration order being important when
using release files. Add new file TODO.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
| |
invocation of "sofs config" in setup_samba.sh to "cnconfig".
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
manage 2 level clusters, where each node's disk image has its own base
file. Such as cluster can be reset by simply recreating each node's
disk image. The main issue is that nbd can be unreliable and we try
to avoid using it from cron. Details:
* Rename force-net.sh to basic-postinstall.sh, and move repository
setup and initial yum update here from postinstall.sh.
* Rename postinstall.sh to SoFS-postinstall.sh, since it is now
SoFS-specific.
* The default value for POSTINSTALL_TEMPLATE is now "" - the SOFS
release files set it to SoFS-postinstall.sh. Set it back to "" in a
configuration file to build bare images that can be used as bases.
Other changes:
* Hack substitute_vars() so it uses /dev/null if passed a zero length
input file and so it echoes to stdout if no output file is given -
the latter allows inline use in command substitutions.
* The name of the install yum repository configuration file is now
taken from the basename of the YUM_TEMPLATE option.
* with_release() now prints a list of available releases if an
incorrect release is specified.
* Fix the -c option if a non-local file is given.
* Fix typo in SoFS.repo for SoFS-daily. It should now work.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
|
| |
postinstall.sh configurable via the new configuration variable
GPFS_BASE_VERSION. Set it to 3.2.1-10 for SoFS-1.5.3.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|\ |
|
| |
| |
| |
| |
| |
| | |
to build 32-bit winbind libraries.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
| |
| |
| |
| | |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
| |
| |
| |
| | |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
| |
| |
| |
| |
| |
| |
| |
| | |
/etc/httpd/conf.d/shares.config to fix HTTP. Miscellanous additions
to match what the GUI does: idmap:cache = no, wide links = no,
CTDB_MANAGES_GPFS = yes, DAEMON_CORE_LIMIT = unlimited.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
| |
| |
| |
| | |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
| |
| |
| |
| |
| |
| | |
cluster_is_healthy.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
| |
| |
| |
| |
| |
| |
| |
| | |
waits for a completely healthy cluster. chroot jail generation goes
after winbind start. We also no longer try to fix the jail - assume a
working cnjailgen is hacked in via some other process.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
| |
| |
| |
| |
| |
| | |
disappeared.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
| |
| |
| |
| |
| |
| |
| |
| | |
GUI packages. New option EXTRA_KERNEL_OPTIONS can be used to pass
extra options to the kernel when booting nodes. Removed unneeded
comments from config.default.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
separate template that only gets included in the kickstart templates.
Take openldap-devel and -scsi-target-utils out of EXTRA_PACKAGES - you
can't change a previous selection. setup_base needs to call
setup_indirects, since postinstall.sh needs YUM_REPOS. Add a 2nd
network interface to install.xml (and bootbase.xml), so we can keep
the 2nd network interface specified in the kickstart template. Fix
some stuff in the kickstart templates, comment out some things that
don't work, add AUTOCLUSTER_POSTINSTALL.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
/root/postinstall.sh. This has also been removed from the 1.5
kickstart template and gets substituted in via new config option
KICKSTART_TEMPLATE, which should be set to /dev/null if none of the
fancy kickstart post-install magic is required. chkconfig and start
of ntpd moved to setup_samba.sh. Also added chkconfig for ctdb there.
Added to default value of EXTRA_PACKAGES: openldap-devel,
-scsi-target-utils, -xorg-x11-drivers, -xorg-x11-server-Xorg. New yum
repo templates: SoFS-1.5.1.repo, SoFS-1.6.repo, SoFS-daily.repo.
Updated SoFS-1.5.repo to use SoFS-1.5-Stable and removed SoFS-daily
from it. made kickstart-1.5.cfg as consistent as possible with the
official SoFS version... and duplicated it to kickstart-1.5.1.cfg.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|