[Gluster-devel] Coverity Warning Alert

2023-11-14 Thread sheggodu
Current Threshold: 16. Coverity Warning Latest Count: 53 --- Community Meeting Calendar: Schedule - Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC Bridge: https://meet.google.com/cpu-eiue-hvk Gluster-devel mailing list Gluster-devel@gluster.org

[Gluster-devel] ec_about_ensure_durability

2023-11-14 Thread deming jia
Hi, glusterfs/xlator/cluster/EC has no ensure_durability option, like AFR: /* Check whether users want durability and perform fsync/post-op * accordingly. */ if (priv->ensure_durability) { /* Time to fsync() */ afr_changelog_fsync(frame, this); } else {