
On Thu, Jul 6, 2017 at 11:51 AM, Gianluca Cecchi <gianluca.cecchi@gmail.com <mailto:gianluca.cecchi@gmail.com>> wrote:
Hello, I'm trying to create a new volume. I'm in 4.1.2 I'm following these indications: http://www.ovirt.org/documentation/admin-guide/chap-Working_with_Gluster_Sto... <http://www.ovirt.org/documentation/admin-guide/chap-Working_with_Gluster_Storage/>
When I click the "add brick" button, I don't see anything in "Brick Directory" dropdown field and I cannot manuall input a directory name.
On the 3 nodes I already have formatted and mounted fs
[root@ovirt01 ~]# df -h /gluster/brick3/ Filesystem Size Used Avail Use% Mounted on /dev/mapper/gluster-export 50G 33M 50G 1% /gluster/brick3 [root@ovirt01 ~]#
The guide tells
7. Click the Add Bricks button to select bricks to add to the volume. Bricks must be created externally on the Gluster Storage nodes.
What does it mean with "created externally"? The next step from os point would be volume creation but it is indeed what I would like to do from the gui...
Thanks, Gianluca
It seems I have to de-select the checkbox "Show available bricks from host" and so I can manually the the directory of the bricks I see that bricks are mounted in /gluster/brick3 and that is the reason it does not show anything in "Brick Directory" drop down filed. If bricks are mounted under /gluster_bricks then it would have detected automatically. There is an RFE which is raised to detect bricks which are created manually.
BTW: I see that after creating a volume optimized for oVirt in web admin gui of 4.1.2 I get slight option for it in respect for a pre-existing volume created in 4.0.5 during initial setup with gdeploy.
NOTE: during 4.0.5 setup I had gluster 3.7 installed, while now I have gluster 3.10 (manually updated from CentOS storage SIG)
Making a "gluster volume info" and then a diff of the output for the 2 volumes I have:
new volume == < old volume == >
< cluster.shd-max-threads: 8 ---
cluster.shd-max-threads: 6 13a13,14 features.shard-block-size: 512MB 16c17 < network.remote-dio: enable
network.remote-dio: off 23a25 performance.readdir-ahead: on 25c27 < server.allow-insecure: on
performance.strict-o-direct: on
Do I have to change anything for the newly created one? No, you do not need to change anything for the new volume. But if you
This is a multi-part message in MIME format. --------------2D801FAEAD20732E743C15A5 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 07/06/2017 04:38 PM, Gianluca Cecchi wrote: plan to enable o-direct on the volume then you will have to disable/turn off remote-dio.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
--------------2D801FAEAD20732E743C15A5 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 8bit <html> <head> <meta content="text/html; charset=windows-1252" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> <div class="moz-cite-prefix">On 07/06/2017 04:38 PM, Gianluca Cecchi wrote:<br> </div> <blockquote cite="mid:CAG2kNCzd0brmUGfs1ruw2WfnFOSD1TfELrhw598iiHFLwjnwew@mail.gmail.com" type="cite"> <div dir="ltr"> <div class="gmail_extra"> <div class="gmail_quote">On Thu, Jul 6, 2017 at 11:51 AM, Gianluca Cecchi <span dir="ltr"><<a moz-do-not-send="true" href="mailto:gianluca.cecchi@gmail.com" target="_blank">gianluca.cecchi@gmail.com</a>></span> wrote:<br> <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <div dir="ltr">Hello, <div>I'm trying to create a new volume. I'm in 4.1.2</div> <div>I'm following these indications:</div> <div><a moz-do-not-send="true" href="http://www.ovirt.org/documentation/admin-guide/chap-Working_with_Gluster_Sto..." target="_blank">http://www.ovirt.org/<wbr>documentation/admin-guide/<wbr>chap-Working_with_Gluster_<wbr>Storage/</a><br> </div> <div><br> </div> <div>When I click the "add brick" button, I don't see anything in "Brick Directory" dropdown field and I cannot manuall input a directory name.</div> <div><br> </div> <div>On the 3 nodes I already have formatted and mounted fs</div> <div><br> </div> <div> <div>[root@ovirt01 ~]# df -h /gluster/brick3/</div> <div>Filesystem Size Used Avail Use% Mounted on</div> <div>/dev/mapper/gluster-export 50G 33M 50G 1% /gluster/brick3</div> <div>[root@ovirt01 ~]# </div> </div> <div><br> </div> <div>The guide tells </div> <div><br> </div> <div>7. Click the Add Bricks button to select bricks to add to the volume. Bricks must be created externally on the Gluster Storage nodes.<br> </div> <div><br> </div> <div>What does it mean with "created externally"? </div> <div>The next step from os point would be volume creation but it is indeed what I would like to do from the gui...</div> <div><br> </div> <div>Thanks,</div> <div>Gianluca</div> <div><br> </div> </div> </blockquote> </div> <br> </div> <div class="gmail_extra">It seems I have to de-select the checkbox "Show available bricks from host" and so I can manually the the directory of the bricks</div> </div> </blockquote> I see that bricks are mounted in /gluster/brick3 and that is the reason it does not show anything in "Brick Directory" drop down filed. If bricks are mounted under /gluster_bricks then it would have detected automatically. There is an RFE which is raised to detect bricks which are created manually.<br> <blockquote cite="mid:CAG2kNCzd0brmUGfs1ruw2WfnFOSD1TfELrhw598iiHFLwjnwew@mail.gmail.com" type="cite"> <div dir="ltr"> <div class="gmail_extra"><br> </div> <div class="gmail_extra">BTW: I see that after creating a volume optimized for oVirt in web admin gui of 4.1.2 I get slight option for it in respect for a pre-existing volume created in 4.0.5 during initial setup with gdeploy.</div> <div class="gmail_extra"><br> </div> <div class="gmail_extra">NOTE: during 4.0.5 setup I had gluster 3.7 installed, while now I have gluster 3.10 (manually updated from CentOS storage SIG)</div> <div class="gmail_extra"><br> </div> <div class="gmail_extra">Making a "gluster volume info" and then a diff of the output for the 2 volumes I have:</div> <div class="gmail_extra"><br> </div> <div class="gmail_extra">new volume == <</div> <div class="gmail_extra">old volume == ></div> <div class="gmail_extra"><br> </div> <div class="gmail_extra"> <div class="gmail_extra">< cluster.shd-max-threads: 8</div> <div class="gmail_extra">---</div> <div class="gmail_extra">> cluster.shd-max-threads: 6</div> <div class="gmail_extra">13a13,14</div> <div class="gmail_extra">> features.shard-block-size: 512MB<br> </div> <div class="gmail_extra">16c17</div> <div class="gmail_extra">< network.remote-dio: enable</div> <div class="gmail_extra">---</div> <div class="gmail_extra">> network.remote-dio: off</div> <div class="gmail_extra">23a25</div> <div class="gmail_extra">> performance.readdir-ahead: on</div> <div class="gmail_extra">25c27</div> <div class="gmail_extra">< server.allow-insecure: on</div> <div class="gmail_extra">---</div> <div class="gmail_extra">> performance.strict-o-direct: on</div> <div><br> </div> </div> <div class="gmail_extra">Do I have to change anything for the newly created one?</div> </div> </blockquote> No, you do not need to change anything for the new volume. But if you plan to enable o-direct on the volume then you will have to disable/turn off remote-dio.<br> <br> <blockquote cite="mid:CAG2kNCzd0brmUGfs1ruw2WfnFOSD1TfELrhw598iiHFLwjnwew@mail.gmail.com" type="cite"> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">_______________________________________________ Users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users@ovirt.org</a> <a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a> </pre> </blockquote> <p><br> </p> </body> </html> --------------2D801FAEAD20732E743C15A5--