Skip to content
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

Is moving aliases possible atomically? #367

Closed
karussell opened this issue Apr 30, 2015 · 6 comments
Closed

Is moving aliases possible atomically? #367

karussell opened this issue Apr 30, 2015 · 6 comments

Comments

@karussell
Copy link

See my question here

@untergeek
Copy link
Member

This is worth considering. The [un]alias is atomic in the end, but the selection criteria would be exceptionally tricky to implement at the command-line.

How do you select the indices to remove, and add from the alias? It would almost necessitate a 2 level index selection: one for the add, and one for the remove. This could make for a fairly long command-line.

@karussell
Copy link
Author

Thanks for the response. I think this is critical for me and probably all who have relative fast feeding.

@karussell
Copy link
Author

How do you select the indices to remove, and add from the alias?

Maybe you allow more actions per command or you implement state and add an additional 'commit' command (?)

@untergeek untergeek added this to the 4.0.0 milestone Jun 18, 2015
@untergeek
Copy link
Member

This will be available in the next major release. It will be delayed because that will be the release that allows for a configuration file, which this level of abstraction surely requires.

@spider-network
Copy link

+1

@untergeek
Copy link
Member

This should be addressed by #595 and #596 with Curator 4.0 imminent.

If you feel this is in error, please feel free to reopen this ticket or open another.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants