shine
shine copied to clipboard
Lustre administration tool
With clusterdb backend, and an external mgs, "shine install" tries to list the non-existant mgs in the database, then checks what is needed in the model. It leads to a...
Add a value check of `/proc/fs/lustre/health_check`. Make it optional as that implies a health check on all targets and could impact shine performance. Reported by: thiell
When a symlink exists at configured client's `mount_path`, shine mounts the client after symlink resolution. This is not a good behaviour and shine should either: * print a warning, remove...
The command: shine mount -n node fails if node is not in any filesystem installed on the local node. Reported by: thiell
The Shine target `MGT` should be renamed to `MGS` or, at least, only used internally, and all external messages should speak about a `MGS`. I think it is simpler to...
Shine should be able to start and stop target on their different devices. -Format is already supported. -Status is handled by ticket #14 -Update is not handled by failover Reported...
It could be interesting to add a new operation like sync (shine sync ...) to enforce that clients cache are in sync with the one of the master. This could...
A shine format, had better to show real mkfs.lustre sended commands in stdout or in any other place. After this command, there is nothing in /var/log/messages neither in /var/log/syslog on...
Now that Shine uses GitHub actions to run the tests, TravisCI configuration file can be removed.