-
Notifications
You must be signed in to change notification settings - Fork 55
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
Changes to DBus and engine APIs for idempotence #1651
Conversation
It looks like Travis is having trouble, I restarted some tasks. |
I was just about to comment on that. It's associated with the previous PR still. It's pulling from the wrong refs. Trying to figure out how to kick off a new build. I think I have to change the commit hash somehow. |
That same problem happened to me just once w/ pyudev. |
ed57a38
to
5b9864b
Compare
New CI job kicked off. We should be okay now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops! I noticed that we also failed to update Filesystem SetName and blockdev SetUserInfo signature in _data.py.
Make internal changes to the engine to support idempotent operations over the DBus API so that the return value of DBus methods returns identifiers for resources with state changes and omits resource identifiers where the resources were not changed. Co-Authored-By: mulhern <[email protected]>
5b9864b
to
891cb4f
Compare
@mulkieran I think I got them all. |
Ok, re-approved. |
Supersedes #1614
Relates to stratis-storage/project#51
Make internal changes to the engine to better support idempotent operations using the DBus API so that the return value of DBus methods provides information on what was changed and omits resources that were not changed.