You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/sbin/gluster volume add-brick logs stripe 2 <new_brick1><new_brick2>
Changing the 'stripe count' of the volume is not a supported feature. In some cases it may result in data loss on the volume. Also there may be issues with regular filesystem operations on the volume after the change. Do you really want to continue with 'stripe' count option ? (y/n) n
Now, how this came to be. I've setup glusterfs with two servers and replica factor 2 first.
Then I've decided to throw in two more servers and add stripe => 2, because that was original plan and I wanted to test it. You know the rest.
I'm not sure about how to fix this. I guess don't add replica when adding new brick? stripe and the fact you're unable to change it is probably another story :)
The text was updated successfully, but these errors were encountered:
@jyaworski, sorry, but I have no idea. Somebody would have to check. But unless something has changed in GlusterFS, then, I presume, it's still an issue.
Hello,
it seems to me like combination of
add-brick
andreplica
andstripe
is invalid.However, the same command without
replica 2
Now, how this came to be. I've setup glusterfs with two servers and replica factor 2 first.
Then I've decided to throw in two more servers and add
stripe => 2
, because that was original plan and I wanted to test it. You know the rest.I'm not sure about how to fix this. I guess don't add
replica
when adding new brick?stripe
and the fact you're unable to change it is probably another story :)The text was updated successfully, but these errors were encountered: