Anoop C S
Anoop C S
With #3650, we now have the support for opening directories using `glfs_h_open()` in addition to `glfs_open()`. Therefore it makes sense to allow open request for snapshot directory coming via _open()_...
**Description of problem:** While trying to open snapshot directory from a USS enabled GlusterFS volume snap daemon crashed with backtrace(mentioned below). **The exact command to reproduce the issue**: [test-snapdir-open.c.txt](https://github.com/gluster/glusterfs/files/9179806/test-snapdir-open.c.txt) ```...
### Summary Running a playbook, as described further down, which includes tasks from different yaml file within the same task directory using `first_found` causes the following error terminating the execution:...
``` [2/6] RUN true && echo "Check: [ pacific = pacific ]" && [ "pacific" = "pacific" ] && yum update -y --disablerepo=ganesha && cv="$(rpm -q --queryformat '%{version}-%{release}' ceph-common)" &&...
fixes #962
[v7.1](https://github.com/gluster/glusterfs/blob/release-7/doc/release-notes/7.1.md#glusterfs-samba) made some changes to how smb.conf parameters are added for respective volume shares. These are not yet reflected in [docs](https://docs.gluster.org/en/latest/Administrator%20Guide/Accessing%20Gluster%20from%20Windows/#step-4-performance-tunings-before-exporting-the-volume).
We have been noticing the following failure since the update to ansible 2.13.3 with its dependency on Python 3.9 on CentOS Stream 8: ``` TASK [gluster.infra/roles/backend_setup : Group devices by...
Use `quay.io/centos/centos:stream9` as the base image for building Samba server and AD server images.
Iteration #2 of #725. `CEPH_IMG` and `CEPH_TAG` are commonly used to include custom ceph images as base while building go-ceph container images for testing and development purposes.
``` === RUN TestNFSAdmin === RUN TestNFSAdmin/TestCreateDeleteCephFSExport export_test.go:138: Error Trace: /go/src/github.com/ceph/go-ceph/common/admin/nfs/export_test.go:138 Error: Received unexpected error: rados: ret=-2, No such file or directory: "Cluster 'goceph' does not exist" Test: TestNFSAdmin/TestCreateDeleteCephFSExport ===...