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 {
        afr_changelog_post_op_now(frame, this);
    }

   This may cause problems with “Write hole”  when power cut. Is there
any other similar logic in ec?
Will  consider adding similar logic in the future?

  Looking forward to hearing from you

Jiademing.dd
2023.11.15
-------

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
https://lists.gluster.org/mailman/listinfo/gluster-devel

Reply via email to