How does the new command set achieve this? old layout (2x2): rep=2: h1:/b1 h2:/b1 h1:/b2 h2:/b2 new layout (3x2): rep=2: h1:/b1 h2:/b1 h1:/b2 h3:/b1 h2:/b2 h3:/b2 purpose for the new layout is to make sure there is no SOF, as I cannot simple add h3:/b1 and h3:/b2 as a pair. With replace-brick it pretty straightforward, but without that ... should I remove-brick h2:/b2 then add-brick h3:/b1? this means I'm going to have only one copy for some data for a certain period of time, which makes me feel nervous. Or, should I add-brick h3:/b1 first? That doesn't seems to be reasonable either. Or am I the only one hitting this kind of upgrade? -C.B. On 9/27/2013 10:15 AM, Amar Tumballi
wrote:
|