| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Previous contents of base/ are now in base/all.
* create_node_COMMON() takes an extra argument (inserted as $3) that
specifies the node type. All of the create_node_* functions pass
"$type" for this argument.
* setup_base() now has an optional argument, which is only passed by
create_node_COMMON. Rather than simply copying and substituting
templates for the entire $BASE_TEMPLATES/ subdirectory it now does
this for $BASE_TEMPLATES/all and then $BASE_TEMPLATES/$type.
Therefore, the contents of the type-specific directory override the
contents of "all" directory.
* releases/SoFS.common uses the "all" version of SoFS-postinstall.sh
when setting POSTINSTALL_TEMPLATE. This variable also now respects
$BASE_TEMPLATES instead of hard-coding the base/ subdirectory.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/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>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|