diff options
Diffstat (limited to 'recipes-extended/glusterfs/files/glusterd-change-port-range.patch')
| -rw-r--r-- | recipes-extended/glusterfs/files/glusterd-change-port-range.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes-extended/glusterfs/files/glusterd-change-port-range.patch b/recipes-extended/glusterfs/files/glusterd-change-port-range.patch index 52b6ffa..3458d8a 100644 --- a/recipes-extended/glusterfs/files/glusterd-change-port-range.patch +++ b/recipes-extended/glusterfs/files/glusterd-change-port-range.patch | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | From a0ed85e0b268dba76d9c820571e1b9217b51e985 Mon Sep 17 00:00:00 2001 | 1 | From 59d1b6fb5e6315df9fc55a74576b1bfde30303f0 Mon Sep 17 00:00:00 2001 |
| 2 | From: "Hongzhi.Song" <hongzhi.song@windriver.com> | 2 | From: "Hongzhi.Song" <hongzhi.song@windriver.com> |
| 3 | Date: Tue, 12 Mar 2019 20:03:21 -0700 | 3 | Date: Wed, 24 Apr 2019 23:07:58 -0400 |
| 4 | Subject: [PATCH] glusterd: change port range | 4 | Subject: [PATCH] glusterd: change port range |
| 5 | 5 | ||
| 6 | glusterfsd chooses tcp ports within the dynamic | 6 | glusterfsd chooses tcp ports within the dynamic |
| @@ -22,24 +22,24 @@ Signed-off-by: Vu Tran <vu.tran@windriver.com> | |||
| 22 | Signed-off-by: Xulin Sun <xulin.sun@windriver.com> | 22 | Signed-off-by: Xulin Sun <xulin.sun@windriver.com> |
| 23 | [Yi: minor adjust to apply the patch on 3.11.1] | 23 | [Yi: minor adjust to apply the patch on 3.11.1] |
| 24 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | 24 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> |
| 25 | [Hogzhi: minor adjust to apply the patch on v5.4] | 25 | [Hogzhi: modify patch for release-6.1] |
| 26 | Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> | 26 | Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> |
| 27 | --- | 27 | --- |
| 28 | extras/glusterd.vol | 2 +- | 28 | extras/glusterd.vol | 2 +- |
| 29 | 1 file changed, 1 insertion(+), 1 deletion(-) | 29 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 30 | 30 | ||
| 31 | diff --git a/extras/glusterd.vol b/extras/glusterd.vol | 31 | diff --git a/extras/glusterd.vol b/extras/glusterd.vol |
| 32 | index 88d412c..b89aa56 100644 | 32 | index 6045591..d814b5f 100644 |
| 33 | --- a/extras/glusterd.vol | 33 | --- a/extras/glusterd.vol |
| 34 | +++ b/extras/glusterd.vol | 34 | +++ b/extras/glusterd.vol |
| 35 | @@ -9,6 +9,6 @@ volume management | 35 | @@ -11,6 +11,6 @@ volume management |
| 36 | option event-threads 1 | 36 | option event-threads 1 |
| 37 | # option lock-timer 180 | 37 | # option lock-timer 180 |
| 38 | # option transport.address-family inet6 | 38 | # option transport.address-family inet6 |
| 39 | -# option base-port 49152 | 39 | -# option base-port 49152 |
| 40 | +# option base-port 59152 | 40 | +# option base-port 59152 |
| 41 | # option max-port 65535 | 41 | option max-port 60999 |
| 42 | end-volume | 42 | end-volume |
| 43 | -- | 43 | -- |
| 44 | 2.17.1 | 44 | 2.8.1 |
| 45 | 45 | ||
