-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some sr3/sr3d actions don't make sense on a cluster #2
Comments
yeah, that sounds great. It would be great if those things were adapted so that they worked as they should but in the current cluster's tree (everything but cleanup/stop/start/restart/foreground) I don't think there is a good way for foreground to work. sr3d edit poll/hoho should edit poll/hoho instead of ~/.config/sr3/poll/hoho. as you described... and yeah, maybe commit also. weird ones:
show... again could just list them... like a normal invocation, but might be nicer to have something that runs the command on all nodes and then makes some kind of global report.
for status ( MetPX/sarracenia#654 ) mentions that it could issue sr3 dumps on all the nodes, and then build a sensible global report, instead of just firing off sr3 status on each node. I dunno. |
See #6 for |
convert has been implemented |
I was thinking... It would be nice if show worked. I tried to set the variable ... XDG_CONFIG_HOME=root of the cluster config tree) ... then launch sr3 show... but it's re-directing ~/.config, and not ~/.config/sr3 ... so it doesn't quite do the right thing.
will have the same result as doing the same thing on one of the the nodes... but would need to implement that offset in sr3. |
If someone modifies something locally and forgets to commit it, it would be misleading to show what is local. |
fwiw... the "convert" is fantastic... does exactly what an analyst will want. I'm constantly typing "sr3 edit" only to be disappointed though... it would be a good step.
oh well... |
While working on #1 I realized that some of the possible actions for sr3 don't make sense on a cluster.
sr3d currently doesn't do any kind of filtering. Maybe it should?
sr3_commit
it). But it shouldn't run on the remote nodes.The text was updated successfully, but these errors were encountered: