<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    commit f9ebf5a "remove replace brick with data migration support
    form cli/glusterd" was accepted and did not update the documentation
    which reads":<br>
    <br>
    <blockquote type="cite">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <pre style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;">##Migrating Volumes

You can migrate the data from one brick to another, as needed, while the
cluster is online and available.

**To migrate a volume**

1.  Make sure the new brick, server5 in this example, is successfully
    added to the cluster.

2.  Migrate the data from one brick to another using the following
    command:

    ` # gluster volume replace-brick  start`

    For example, to migrate the data in server3:/exp3 to server5:/exp5
    in test-volume:

        # gluster volume replace-brick test-volume server3:/exp3  server5:exp5 start
        Replace brick start operation successful</pre>
    </blockquote>
    <br>
    Please ensure, as part of review, that anything that affects the cli
    has the documentation changes included.<br>
  </body>
</html>