From: Milind Changire Date: Thu, 19 Sep 2024 04:24:20 +0000 (+0530) Subject: PendingReleaseNotes: add note about fallocate mode 0 X-Git-Tag: v20.0.0~710^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ac34dd33099925172a7d95b267b11e6693cc5648;p=ceph.git PendingReleaseNotes: add note about fallocate mode 0 fallocate now returns EOPNOTSUPP for mode 0 Signed-off-by: Milind Changire --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 2381800e8e86..9736a83ddb53 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -43,6 +43,10 @@ there are alternative monitoring solutions, like `prometheus`, which is the most widely adopted among the Ceph user community. +* CephFS: EOPNOTSUPP (Operation not supported ) is now returned by the CephFS + fuse client for `fallocate` for the default case (i.e. mode == 0) since + CephFS does not support disk space reservation. The only flags supported are + `FALLOC_FL_KEEP_SIZE` and `FALLOC_FL_PUNCH_HOLE`. >=19.0.0