-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Fix unnecessarily setting gluster volume option repeatedly #196
base: master
Are you sure you want to change the base?
Conversation
9ac3889
to
f98ee4e
Compare
Thanks for the PR @runejuhl. Can you please add some tests for the datatypes? |
You're welcome @bastelfreak -- I've pushed some improvements. I'll be in front of a gluster cluster on Monday, I'll test it then and add some tests for the datatypes. |
Dear @runejuhl, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
Dear @runejuhl, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
1 similar comment
Dear @runejuhl, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
145b6f1
to
9318a5f
Compare
Fixed the merge conflict, still need to add tests as requested in #196 (comment) |
Dear @runejuhl, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
9318a5f
to
e14b155
Compare
Checks Gluster volume options against existing values to avoid repeatedly setting values Also adds these types: + `Gluster::VolumeName` + `Gluster::VolumeOption` And these functions: + `gluster::cmd_volume_get_option` + `gluster::onoff`
e14b155
to
e0fea8e
Compare
Dear @runejuhl, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
Checks Gluster volume options against existing values to avoid repeatedly
setting values.
Also adds these types:
Gluster::VolumeName
Gluster::VolumeOption
And these functions:
gluster::cmd_volume_get_option
gluster::onoff