shine
shine copied to clipboard
Lustre administration tool
In order to determine if some actions are required locally on a node, shine compares the node name specified in the 'nodes' entry of the nid_map keyword with the node...
On a RHEL7.1 system, the manual page of shine.conf prints some warnings about empty input lines on stderr. ```~ [root@oval10 man]# uname -a Linux oval10.bullx 3.10.0-229.el7.x86_64 #1 SMP Thu Jan...
If for some reasons the cached file is lost, it is possible to easily recreate it using the model file. This could be easily done with ``install`` command if you...
Automatically display host lists as regrouped ClusterShell nodesets when possible. Add a command line option to disable that behavior. Eg. # shine status -n @rack1 === FILESYSTEM STATUS (fs) ===...
``e2fsck`` has an ``-j`` option for a while used to define the external journal. Shine should use it to avoid some corner cases when the system could have issue to...
Python bufferizes stdout a lot by default. This could be an issue is stdout is not a tty (behaviour seems different in this case) like tee, tail, etc... Buffering should...
In File backend mode, shine install and format actions do not check if targets declared in a filesystem are available. By available, I mean free from any other filesystem configuration....
When changing target in external mode, like MGS, shine should not try to update it, like formating it and changing its state in backend. Reported by: degremont
Shine should display an error if it detects that a Target is mounted read-only. Reported by: degremont
We had a case the filesystem was obviously blocked because the MDS was in a bad state. Even a single "ls" (without -l) on the filsystem root was blocking. But...