diff options
Diffstat (limited to 'sys-cluster/glusterfs/full-hostname.patch')
-rw-r--r-- | sys-cluster/glusterfs/full-hostname.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-cluster/glusterfs/full-hostname.patch b/sys-cluster/glusterfs/full-hostname.patch new file mode 100644 index 0000000..c7f433b --- /dev/null +++ b/sys-cluster/glusterfs/full-hostname.patch @@ -0,0 +1,11 @@ +--- a/extras/ocf/volume.in 2023-11-06 15:24:25.437026739 +0000 ++++ a/extras/ocf/volume.in 2025-05-12 02:57:57.823907718 +0100 +@@ -19,8 +19,8 @@ + # When sysconfdir and localstatedir aren't passed in as + # configure flags, they're defined in terms of prefix + prefix=@prefix@ +-SHORTHOSTNAME=`hostname -s` ++SHORTHOSTNAME=`hostname -f` + ####################################################################### + + OCF_RESKEY_binary_default="gluster" |