For data integrity make sure that the server is configured with Quorum (both client and server Quorum)

When I want to create a glusterFS domain, the above words appear. What's meaning of these words?

Hi, as shown in the alert message, that Quorum must be configured with GlusterFs in the server side and client side. please see this resource to configure it for client side and server side https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.1/ht... Have a nice day On Wed, Jan 20, 2021 at 10:37 AM tommy <sz_cuitao@163.com> wrote:
When I want to create a glusterFS domain, the above words appear.
What’s meaning of these words?
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/UMTB5A6AODYZJU...
-- Ahmad Khiet Red Hat <https://www.redhat.com/> akhiet@redhat.com M: +972-54-6225629 <https://red.ht/sig>

I get the current setting: [root@gluster1 ~]# gluster volume info all Volume Name: volume1 Type: Disperse Volume ID: 237f7379-cd03-44ef-af39-f6065d01d520 Status: Started Snapshot Count: 0 Number of Bricks: 1 x (2 + 1) = 3 Transport-type: tcp Bricks: Brick1: gluster1:/data/glusterfs/myvolume/mybrick1/brick Brick2: gluster2:/data/glusterfs/myvolume/mybrick1/brick Brick3: gluster3:/data/glusterfs/myvolume/mybrick1/brick Options Reconfigured: transport.address-family: inet nfs.disable: on Then I enable the quorum on the server side: [root@gluster1 ~]# gluster volume set all cluster.server-quorum-ratio 51% volume set: success [root@gluster1 ~]# [root@gluster1 ~]# gluster volume set volume1 cluster.server-quorum-type server volume set: success [root@gluster1 ~]# Now, the configure is : [root@gluster1 ~]# gluster volume info volume1 Volume Name: volume1 Type: Disperse Volume ID: 237f7379-cd03-44ef-af39-f6065d01d520 Status: Started Snapshot Count: 0 Number of Bricks: 1 x (2 + 1) = 3 Transport-type: tcp Bricks: Brick1: gluster1:/data/glusterfs/myvolume/mybrick1/brick Brick2: gluster2:/data/glusterfs/myvolume/mybrick1/brick Brick3: gluster3:/data/glusterfs/myvolume/mybrick1/brick Options Reconfigured: cluster.server-quorum-type: server transport.address-family: inet nfs.disable: on cluster.server-quorum-ratio: 51% [root@gluster1 ~]# I want know ,the server quorum is about setting the percen of numbers of the active-connected nodes, no matter what type of the volumes , is this right ? But if I use the client quorum, the the type of volumes now mounting is acting, only duplicated type volume can use the client quorum, is this right ? From: users-bounces@ovirt.org <users-bounces@ovirt.org> On Behalf Of Ahmad Khiet Sent: Thursday, January 21, 2021 2:48 AM To: tommy <sz_cuitao@163.com> Cc: users <users@ovirt.org> Subject: [ovirt-users] Re: For data integrity make sure that the server is configured with Quorum (both client and server Quorum) Hi, as shown in the alert message, that Quorum must be configured with GlusterFs in the server side and client side. please see this resource to configure it for client side and server side https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.1/ht... Have a nice day On Wed, Jan 20, 2021 at 10:37 AM tommy <sz_cuitao@163.com <mailto:sz_cuitao@163.com> > wrote: When I want to create a glusterFS domain, the above words appear. What’s meaning of these words? _______________________________________________ Users mailing list -- users@ovirt.org <mailto:users@ovirt.org> To unsubscribe send an email to users-leave@ovirt.org <mailto:users-leave@ovirt.org> Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/UMTB5A6AODYZJU... -- Ahmad Khiet <https://www.redhat.com/> Red Hat <mailto:akhiet@redhat.com> akhiet@redhat.com M: <tel:+972-54-6225629> +972-54-6225629 <https://red.ht/sig>

added Ritesh Chikatwar, what do you think? On Thu, Jan 21, 2021 at 12:32 PM tommy <sz_cuitao@163.com> wrote:
*I get the current setting:*
[root@gluster1 ~]# gluster volume info all
Volume Name: volume1
Type: Disperse
Volume ID: 237f7379-cd03-44ef-af39-f6065d01d520
Status: Started
Snapshot Count: 0
Number of Bricks: 1 x (2 + 1) = 3
Transport-type: tcp
Bricks:
Brick1: gluster1:/data/glusterfs/myvolume/mybrick1/brick
Brick2: gluster2:/data/glusterfs/myvolume/mybrick1/brick
Brick3: gluster3:/data/glusterfs/myvolume/mybrick1/brick
Options Reconfigured:
transport.address-family: inet
nfs.disable: on
*Then I enable the quorum on the server side:*
[root@gluster1 ~]# gluster volume set all cluster.server-quorum-ratio 51%
volume set: success
[root@gluster1 ~]#
[root@gluster1 ~]# gluster volume set volume1 cluster.server-quorum-type server
volume set: success
[root@gluster1 ~]#
*Now, the configure is :*
[root@gluster1 ~]# gluster volume info volume1
Volume Name: volume1
Type: Disperse
Volume ID: 237f7379-cd03-44ef-af39-f6065d01d520
Status: Started
Snapshot Count: 0
Number of Bricks: 1 x (2 + 1) = 3
Transport-type: tcp
Bricks:
Brick1: gluster1:/data/glusterfs/myvolume/mybrick1/brick
Brick2: gluster2:/data/glusterfs/myvolume/mybrick1/brick
Brick3: gluster3:/data/glusterfs/myvolume/mybrick1/brick
Options Reconfigured:
*cluster.server-quorum-type: server*
transport.address-family: inet
nfs.disable: on
*cluster.server-quorum-ratio: 51%*
[root@gluster1 ~]#
I want know ,the server quorum is about setting the percen of numbers of the active-connected nodes, no matter what type of the volumes , is this right ?
But if I use the client quorum, the the type of volumes now mounting is acting, only duplicated type volume can use the client quorum, is this right ?
*From:* users-bounces@ovirt.org <users-bounces@ovirt.org> *On Behalf Of *Ahmad Khiet *Sent:* Thursday, January 21, 2021 2:48 AM *To:* tommy <sz_cuitao@163.com> *Cc:* users <users@ovirt.org> *Subject:* [ovirt-users] Re: For data integrity make sure that the server is configured with Quorum (both client and server Quorum)
Hi,
as shown in the alert message, that Quorum must be configured with GlusterFs in the server side and client side.
please see this resource to configure it for client side and server side https://access.redhat.com/documentation/en-us/red_hat_gluster_storage/3.1/ht...
Have a nice day
On Wed, Jan 20, 2021 at 10:37 AM tommy <sz_cuitao@163.com> wrote:
When I want to create a glusterFS domain, the above words appear.
What’s meaning of these words?
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/UMTB5A6AODYZJU...
--
*Ahmad Khiet*
Red Hat <https://www.redhat.com/>
akhiet@redhat.com M: +972-54-6225629
-- Ahmad Khiet Red Hat <https://www.redhat.com/> akhiet@redhat.com M: +972-54-6225629 <https://red.ht/sig>

Then I enable the quorum on the server side:
[root@gluster1 ~]# gluster volume set all cluster.server-quorum-ratio 51% volume set: success [root@gluster1 ~]# [root@gluster1 ~]# gluster volume set volume1 cluster.server-quorum- type server volume set: success [root@gluster1 ~]#
You don't need to do it manually, there is a an option in Admin portal -> Storage -> Volumes -> Select Volume -> "three dots in upper right" -> Optimize for Virt Store Best Regards, Strahil Nikolov
participants (3)
-
Ahmad Khiet
-
Strahil Nikolov
-
tommy