Description of problem: While using a BlotDB in CNS-3.4+, the following has been observed that when the db file has been mounted on GlusterFS. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: open() with O_RDWR on a RO-filesystem returns 0 with NO ERROR. open() with O_RDWR on a RO file returns -1 with error == EACCESS Expected results: open() with O_RDWR on a RO-filesystem returns -1 with errno == EROFS open() with O_RDWR on a RO file returns -1 with error == EACCESS Additional info:
Can you test using 'gluster volume set <vol> open-behind disable' ? If works, I recommend enabling that option for all volumes in CNS (if this is critical behavior). Else, will close with a known-issue.
Is this behaviour seen in latest OCS releases?
Considering there was no update on bug other than the initial filing, and not reported by the QE during any of OCS/CNS testing, closing it as WORKSFORME. Please re-open if seen again.