--- /dev/null
+diff -ur glusterfs-10.3.orig/xlators/mount/fuse/utils/mount.glusterfs.in glusterfs-10.3/xlators/mount/fuse/utils/mount.glusterfs.in
+--- glusterfs-10.3.orig/xlators/mount/fuse/utils/mount.glusterfs.in 2022-09-20 12:24:29.933821865 +0200
++++ glusterfs-10.3/xlators/mount/fuse/utils/mount.glusterfs.in 2023-02-15 23:52:58.118725982 +0100
+@@ -772,7 +772,7 @@
+ ## `mount` specifies options as a last argument
+ shift 2;
+ fi
+- while getopts "Vo:hns" opt; do
++ while getopts "Vo:hns" opt 2>/dev/null; do
+ case "${opt}" in
+ o)
+ parse_options ${OPTARG};