| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
| |
Not CTDB_OPTIONS, which will be removed.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
|
|
| |
This allows accurate merging of logs from multiple cluster nodes for
easier CTDB debugging.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Pair-programmed-with: Amitay Isaacs <amitay@gmail.com>
|
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
|
|
|
| |
This is required when Samba 4 is used. It no longer includes those
binaries.
The script fails gracefully when tdb-tools doesn't exist.
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Much more flexible network configuration.
Replace canned host_setup/etc/libvirt/qemu/networks/*.xml with
setup_networks.sh script.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
| |
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
|
|
|
|
| |
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
|
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
|
|
|
| |
The script name should say what it does, not what it might be used
for...
Also add setup_build.sh.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
| |
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
|
|
|
|
|
|
| |
Otherwise we can't set stupid, weak passwords for administrator.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
| |
These are always set in gpfs-nas.conf.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
|
|
|
|
|
| |
kickstart-SoFS.cfg is superceded by gpfs-nas-kickstart.cfg, which is
now the default.
SoFS-postinstall.sh is superceded by gpfs-nas-postinstall.cfg.
The contents of releases/ and imacros/ are no longer of any value.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
| |
It provisions Samba AD instance for DOMAIN, uses INTERNAL dns server.
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Install nfs-utils on RHEL6.
Enable nfslock in the basic postinstall - NFS client functionality is
used on client nodes and not just on cluster nodes.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
| |
possible values are files (default), winbind
|
| |
|
|
|
|
|
|
| |
@@@PUBLIC_ADDRESSES@@@ will be replaced with
firstip,num_ips,iface firstip,num_ips,iface ...
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Edit the config file if you want to change the authentication type to
"winbind".
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
| |
These are horrible but can probably be made a bit cleaner later on.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
|
| |
Need to get rid of multiple template directories. They are a
maintenance nightmare.
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>
|
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
|
| |
Clearly nobody uses this, since it was broken in
94288bb324b1362a9994965e458addcd3b1e8f20 18 months ago. :-(
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
| |
Old code is left for potential backward compatibility.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
| |
Some packages no longer exist in modern clustered Samba.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The function or command specified should take 1 argument (disk
index/number) and print to stdout a unique identifier for that disk,
followed by a newline. Sensible implementations will probably just
use echo. :-)
The default implementation is via new function
shared_disk_id_default(), which ignores the disk number and generates
the ID using uuidgen, as per the previous hardcoded method.
scsi_id_autocluster.sh is modified to retrieve disk IDs up to 64 64
characters and is truncates at the first newline. Therefore, in
general, the length of IDs is now governed by the generation function
rather than this script.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
|
|
| |
Master configuration file for cluster_configure and a wrapper script
to hold it all together. The script may eventually become part of
cluster_configure.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
| |
See base/all/root/scripts/cluster_configure/README.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
|
|
|
|
|
| |
This currently uses /var/mmfs/etc/nsddevices to list the disks but
this script isn't generally available.
Instead we implement some custom logic that asks multipath about
available devices and then filters on those created by KVM or via
autocluster's iSCSI code.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
| |
Use a more generic combination of onnode and rsync.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
|
|
|
| |
This introduces new variables IPNET0, IPNET1, IPNET2. These default
to 0, 1, 2 respectively. That is, this change is backward compatible.
Signed-off-by: Martin Schwenke <martin@meltin.net>
|
|
|
|
| |
Signed-off-by: Martin Schwenke <martin@meltin.net>
|