Re: [Openstack] [Swift] IP address of Swift nodes : need help

2014-08-29 Thread Pete Zaitcev
On Tue, 19 Aug 2014 00:12:43 +0530 Jyoti Ranjan wrote: > In other words, is it necessary to use static IP for Swift nodes? It is, but you can assign them with DHCP. In ISC DHCP the syntax is host r21s05 { fixed-address r21s05; hardware ethernet 68:9c:70:95:8e:51; } -- Pete ___

Re: [Openstack] [Swift] IP address of Swift nodes : need help

2014-08-19 Thread Drudy, Gerry
Jyoti, The swift object server IPs are encoded in the swift rings. So the swift object server IPs must not change. Gerry. From: Jyoti Ranjan [mailto:jran...@gmail.com] Sent: 18 August 2014 19:43 To: openstack@lists.openstack.org Subject: [Openstack] [Swift] IP address of Swift nodes : need hel

Re: [Openstack] [Swift] IP address of Swift nodes : need help

2014-08-19 Thread Jyoti Ranjan
. > > > > -Paul > > > > -Original Message- > > From: John Dickinson [mailto:m...@not.mn] > > Sent: Monday, August 18, 2014 11:54 AM > > To: Jyoti Ranjan > > Cc: openstack@lists.openstack.org > > Subject: Re: [Openstack] [Swift] IP addre

Re: [Openstack] [Swift] IP address of Swift nodes : need help

2014-08-18 Thread John Dickinson
Jyoti Ranjan > Cc: openstack@lists.openstack.org > Subject: Re: [Openstack] [Swift] IP address of Swift nodes : need help > > If the IP for a storage node changes, you'll need to update the rings where > that server's drives are. You can update the IP with the `swift-ring

Re: [Openstack] [Swift] IP address of Swift nodes : need help

2014-08-18 Thread Luse, Paul E
t 18, 2014 11:54 AM To: Jyoti Ranjan Cc: openstack@lists.openstack.org Subject: Re: [Openstack] [Swift] IP address of Swift nodes : need help If the IP for a storage node changes, you'll need to update the rings where that server's drives are. You can update the IP with the `swift-ri

Re: [Openstack] [Swift] IP address of Swift nodes : need help

2014-08-18 Thread John Dickinson
If the IP for a storage node changes, you'll need to update the rings where that server's drives are. You can update the IP with the `swift-ring-builder set_info ...` command and then use "write_ring" to serialize it. Doing this will not cause any data movement in the cluster. Removing the serve