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

Updating gateway attributes #11

Open
iychoi opened this issue Nov 17, 2016 · 0 comments
Open

Updating gateway attributes #11

iychoi opened this issue Nov 17, 2016 · 0 comments
Labels

Comments

@iychoi
Copy link
Member

iychoi commented Nov 17, 2016

When updating gateway attributes, we use syndicate update_gateway command. However, the command updates attributes other than specified with default values.
For example, following command updates archive attribute to True but also updates allow_anon to False which is default.

syndicate update_volume name=pov archive=True

If the attribute allow_anon was True, this will change the attribute's value silently.
To prevent this, users had to specify other attributes with current values.

syndicate update_volume name=pov archive=True allow_anon=True private=False
@iychoi iychoi added the bug label Nov 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant