DISKMOUNT | disk[,disk]...] size[%] mointpoint [-t fstype] [-l label] [-r raidlevel] [-f] | ||
[-c class[,class]...] [-n node[,node]...] [-p property[,property]...] |
DISKSWAP | disk[,disk]...] size[%] [-r raidlevel] | ||
[-c class[,class]...] [-n node[,node]...] [-p property[,property]...] |
For example, to have nodes create (at boot time) a 3GB swap partition on the
first local disk and use the rest of the disk for a local /tmp
directory, use the following directives:
DISKSWAP | 1 | 3000 | |
DISKMOUNT | 1 | 100% | /tmp |