From 6db68b831ff9d1f146c1f27015e1007e4f0fce37 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 12 May 2025 03:01:41 +0100 Subject: Patch glusterfs volume resource to use full hostname --- sys-cluster/glusterfs/full-hostname.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys-cluster/glusterfs/full-hostname.patch (limited to 'sys-cluster/glusterfs/full-hostname.patch') 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" -- cgit v1.2.3