joejulian / glusterfs-splitbrain

Admin tool to aid in the recovery of split-brain file entries
GNU General Public License v3.0
50 stars 14 forks source link

Update fetchvol.py support glusterfs 3.5 and 3.6 #3

Closed fengpanpan closed 8 years ago

fengpanpan commented 10 years ago

change max-op-version to support glusterfs 3.5 and 3.6.0 alpha

fengpanpan commented 10 years ago

Hi joejulian, I have clone the splitmount code, and I found it's really awesome. I works very well for glusterfs 3.3 and 3.4, but when I deal with glusterfs 3.6.0 alpha version , the code failed. So I update fetchvol.py to support glusterfs 3.5 , 3.6 ,...

joejulian commented 10 years ago

Thank you. That's strange though because the server should be backward compatible and respond the a version 2 rpc request.

joejulian commented 9 years ago

I've rewritten the entire rpc module. Please test it and close this PR if it fixes it for you.

joejulian commented 8 years ago

Closing this as abandoned. Feel free to update it if this still is a problem, I cannot find an issue.