Updating the syntax of arbiter volume creation along with correction
to the arbiter configuration details section.
Signed-off-by: karthik-us <ksubrahm@redhat.com>
Problem:
With the fix https://review.gluster.org/#/c/glusterfs/+/17673/ the
client-quorum behaviour has been changed to return ENOTCONN instead
of making the volume EROFS when quorum is lost. But in some places
of the AFR and Arbiter documentations, it is still showing the old
behaviour.
Fix:
Update the documentation to reflect the correct error returned by
the operations when client-quotum is not met.
Signed-off-by: karthik-us <ksubrahm@redhat.com>
Problem:
When a custom ssh port is set at the secondary volume,
gluster volume geo-replication gvol-primary
geoaccount@snode1.example.com::gvol-secondary
create ssh-port <custom port> push-pem
is used. However, create push-pem command cannot alter
the config options.
One have to manually alter the config option, using:
gluster volume geo-replication gvol-primary
geoaccount@snode1.example.com::gvol-secondary
config ssh_port <custom_port>
Solution:
Added about the command:
gluster volume geo-replication gvol-primary
geoaccount@snode1.example.com::gvol-secondary config ssh_port
<custom_port>
before the usage of:
gluster volume geo-replication gvol-primary
geoaccount@snode1.example.com::gvol-secondary
create ssh-port <custom port> push-pem
Fixes: #2819
Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
The force option is removed from snapshot create feature
and the quorum description is also removed as snapshot create
requires all the bricks to be online.
Fixes: #660
Signed-off-by: Nishith Vihar Sakinala <nsakinal@redhat.com>
Previously, it was decided that the port mapper enhancement
PR would be taken in for Gluster-9.1 release but now its
being planned for Gluster 10. Hence, updating the doc with
the same.
Signed-off-by: nik-redhat <nladha@redhat.com>
1. A note adding change in the default port
and the port range to be used when selinux is in
enforced mode.
2. Console output for events-api config-get is
updated.
Fixes: #647
Signed-off-by: srijan-sivakumar <ssivakum@redhat.com>
* doc: update docs for volume options
There are around 340+ options. I have included the most used,
enabled by default, majorly affects the volumes or have been
facing issues recently. The 1st patch deals with prefix 'cluster.'
options. If I have missed any imp option please highlight or any
unnecessary options is added.
Owning to the huge list I move forward by creating a seperate md
file for vol options. More commits to follow. Just divided to make
review easy and quick.
Updates: #617
Signed-off-by: Sheetal Pamecha <spamecha@redhat.com>
* Update doc according to Conscious Language
* Update Setup-Bare-metal.md
* Updated Set-AWS.md
* Added fdisk -l command in Configure.md
* Command + grammatical issues
* Added in Georeplication.md file as it was considered as a tag by the md
Co-authored-by: root <root@aujjwal.remote.csb>
PR addressing the changes to be made in case
of presence of problematic language in the
documentation.
Fixes: #619
Signed-off-by: srijan-sivakumar <ssivakum@redhat.com>
* updating registries and files replacing space and underscore with dash
* Change more paths and file names to use dash instead of underscore
* Add hook scripts, bug reporting and generic upgrade guides to TOC
Co-authored-by: adityaramteke <adityaramteke05icr@gmail.com>