<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/30/2013 09:02 PM, Lysa Milch
      wrote:<br>
    </div>
    <blockquote cite="mid:CE969ED7.8304%25lysa.milch@blackboard.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <div>
        <div>Hello All,</div>
        <div><br>
        </div>
        <div>I'm running a gluster 3.0 installation with a distributed
          volume. &nbsp;I need to upgrade this to gluster 3.2.x with a new
          distributed-replicated volume. I've seen the upgrade doc (<a
            moz-do-not-send="true"
href="http://gluster.org/community/documentation/index.php/Gluster_3.0_to_3.2_Upgrade_Guide">http://gluster.org/community/documentation/index.php/Gluster_3.0_to_3.2_Upgrade_Guide</a>)
          but that covers moving it to a similar volume type.</div>
        <div><br>
        </div>
        <div>Is there a way to upgrade ( and is there documentation ) to
          upgrade and change the volume type?</div>
        <div>Thanks!</div>
      </div>
      <br>
    </blockquote>
    <br>
    Regarding changing of volume type, you can do it post upgrade, by
    using add-brick command as per your&nbsp; requirement. I have pasted a
    example here I changed the volume from distributed to
    distributed-replicate.<br>
    <br>
    # gluster v info<br>
    &nbsp;<br>
    Volume Name: patchy<br>
    Type: Distribute<br>
    Volume ID: 3b02338f-949b-459c-9c13-fd4c63d91d31<br>
    Status: Started<br>
    Number of Bricks: 2<br>
    Transport-type: tcp<br>
    Bricks:<br>
    Brick1: dhcp159-54/bricks/patchy-b11<br>
    Brick2: dhcp159-54:/bricks/patchy-b12<br>
    Options Reconfigured:<br>
    features.quota-deem-statfs: on<br>
    features.quota: on<br>
    <br>
    [root@dhcp159-54 ~]# gluster v add-brick patchy replica 2
    dhcp159-54:/bricks/patchy-b13 dhcp159-54:/bricks/patchy-b14<br>
    volume add-brick: success<br>
    <br>
    [root@dhcp159-54 ~]# gluster v info<br>
    &nbsp;<br>
    Volume Name: patchy<br>
    Type: Distributed-Replicate<br>
    Volume ID: 3b02338f-949b-459c-9c13-fd4c63d91d31<br>
    Status: Started<br>
    Number of Bricks: 2 x 2 = 4<br>
    Transport-type: tcp<br>
    Bricks:<br>
    Brick1: dhcp159-54:/bricks/patchy-b11<br>
    Brick2: dhcp159-54:/bricks/patchy-b13<br>
    Brick3: dhcp159-54:/bricks/patchy-b12<br>
    Brick4: dhcp159-54:/bricks/patchy-b14<br>
    Options Reconfigured:<br>
    features.quota-deem-statfs: on<br>
    features.quota: on<br>
    <br>
    <blockquote cite="mid:CE969ED7.8304%25lysa.milch@blackboard.com"
      type="cite">
      <font color="Blue" face="Arial" size="2">This email and any
        attachments may contain confidential and proprietary information
        of Blackboard that is for the sole use of the intended
        recipient. If you are not the intended recipient, disclosure,
        copying, re-distribution or other use of any of this information
        is strictly prohibited. Please immediately notify the sender and
        delete this transmission if you received this email in error.<br>
      </font>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Gluster-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a>
<a class="moz-txt-link-freetext" href="http://supercolony.gluster.org/mailman/listinfo/gluster-users">http://supercolony.gluster.org/mailman/listinfo/gluster-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>