-
Notifications
You must be signed in to change notification settings - Fork 21
added the ability to retrive the value of mount_ip from /etc/swift/fs.co... #1
base: master
Are you sure you want to change the base?
Conversation
….conf to gluster-swift-gen-builders this version of gluster-swift-gen-builders can get the value of mount_ip from /etc/swift/fs.conf then it detects if its a host name or IP if its a host name it resolves it because swift-ring-builder add fails if you use a host name. The python socket.gethostbyname method is being used to resolve because even if the hostname is only in the /etc/hosts file, where by comparison the "host" command can only resolve names in a DNS and ignores the /etc/hosts file.
accidentally originally garbed an old revision |
This is great! Thank you. The only issue is that this is just a public repo and we do not use github for our normal development workflow. Do you mind resubmitting the change using the development workflow as described here: https://github.com/gluster/gluster-swift/blob/master/doc/markdown/dev_guide.md |
sure On Fri, Sep 20, 2013 at 4:08 PM, Luis Pabon [email protected]:
|
It should be uploaded to Gerrit now topic On Mon, Sep 23, 2013 at 9:43 AM, Paul Robert Marino [email protected]:
|
I can't seem to find it. Do you mind sending the link to the review on
On 09/23/2013 10:38 AM, Paul Robert Marino wrote:
|
sorry about that it looks like the git review command choked on the change it should be there now http://review.gluster.org/#/c/5992/ On Mon, Sep 23, 2013 at 3:51 PM, Luis Pabon [email protected]:
|
...nf to gluster-swift-gen-builders
this version of gluster-swift-gen-builders can get the value of mount_ip from /etc/swift/fs.conf then it detects if its a host name or IP if its a host name it resolves it because swift-ring-builder add fails if you use a host name.
The python socket.gethostbyname method is being used to resolve because even if the hostname is only in the /etc/hosts file, where by comparison the "host" command can only resolve names in a DNS and ignores the /etc/hosts file.