30 Commits

Author SHA1 Message Date
openeuler-ci-bot
7296fa5209
!44 [sync] PR-42: nfs-utils: set use-gss-proxy to true in nfs.conf to be consistent with patch desc
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-04-08 07:29:49 +00:00
Zhiqiang Liu
58dbec2875 nfs-utils: set use-gss-proxy to true in nfs.conf to be consistent with patch desc
set use-gss-proxy to true in nfs.conf to be consistent with the
description of 0002-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch

Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
(cherry picked from commit fbc4dea8c023c79eb7c1b6500685adbe5b94ded8)
2022-04-08 14:46:20 +08:00
openeuler-ci-bot
24b3e6ed30
!41 [sync] PR-39: fix nfs-blkmapd service core dump
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-03-07 11:26:32 +00:00
markeryang
c4406fe142 fix nfs-blkmapd service core dump
(cherry picked from commit a09e186102af86a5f2f1334c9aaa3730f7d51388)
2022-03-07 19:12:37 +08:00
openeuler-ci-bot
958a205c95
!36 解决systemctl stop nfs-idmapd.service报错
From: @wubo009 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-02-24 06:12:02 +00:00
Wu Bo
03a9b6b8ca idmapd: Fix error status when nfs-idmapd exits
nfs-idmapd.service would report following error when stopped:

Starting NFSv4 ID-name mapping service...
rpc.idmapd[1198]: Setting log level to 0
Started NFSv4 ID-name mapping service.
rpc.idmapd[1198]: exiting on signal 15
Stopping NFSv4 ID-name mapping service...
nfs-idmapd.service: Main process exited, code=exited, status=1/FAILURE
nfs-idmapd.service: Failed with result 'exit-code'.
Stopped NFSv4 ID-name mapping service.

commit 93e8f092(idmapd: Add graceful exit and resource cleanup)
redirected SIGTERM, so when executing "systemctl stop nfs-idmapd", the
main() of idmapd would running to tail to return, while it returned 1
which considered as error by systemd.

So here just return 0 in main().
2022-02-24 11:09:46 +08:00
openeuler-ci-bot
d2f4b40b28
!33 [sync] PR-27: nfs-utils: set use-gss-proxy=1 to enable gss-proxy by default
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-02-10 12:05:43 +00:00
Zhiqiang Liu
09cb5d0925 nfs-utils: set use-gss-proxy=1 to enable gss-proxy by default
In commit 104f90f4ce ('gssd: Introduce use-gss-proxy boolean to nfs.conf'),
use-gss-proxy par in [gssd] section of nfs.conf is introduced to
allow the used of the gssprox-mech. However, the default value
of use-gss-proxy is false, which cause different behavor with older
version.

In order to be consistent with the old versions, here we set
use-gss-proxy to true in nfs.conf.

Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
(cherry picked from commit 8d42341c703ce6702bd111d27632d7d21c74b3c6)
2022-02-10 19:05:06 +08:00
openeuler-ci-bot
29d2c43070 !20 [sync] PR-19: Update to nfs-uti-2.5.4
From: @openeuler-sync-bot
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2021-11-29 02:44:04 +00:00
Wenchao Hao
98d897e0e4 update nfs-utils version to 2.5.4-1
Signed-off-by: Wenchao Hao <haowenchao@huawei.com>
(cherry picked from commit f2b02be22a6cb2cf36d348a97b95360f392c49f7)
2021-11-29 09:42:17 +08:00
openeuler-ci-bot
21fd089b2c !16 bugfix分支间同步
From: @markeryang
Reviewed-by: @liuzhiqiang26
Signed-off-by: @volcanodragon
2020-12-24 20:52:48 +08:00
markeryang
c191a53223 set help package as install requires 2020-12-22 16:53:41 +08:00
openeuler-ci-bot
f45f392e5d !11 update nfs-utils version to 2.5.1
Merge pull request !11 from wguanghao/develop
2020-07-17 08:57:56 +08:00
wguanghao
2d3e68523d update nfs-utils version to 2.5.1 2020-07-16 15:30:38 +08:00
openeuler-ci-bot
af37371f80 !10 add yaml file for ci
Merge pull request !10 from liuzhiqiang/master
2020-07-02 17:10:14 +08:00
Zhiqiang Liu
2b027aeab6 add yaml file for ci 2020-07-02 12:40:53 +08:00
openeuler-ci-bot
85d18d8493 !9 rename patches
Merge pull request !9 from lfl/master
2020-06-30 15:38:25 +08:00
lfl
1dd4e55166 update nfs-utils.spec. 2020-06-30 09:48:04 +08:00
lfl
3d2bbcf9ce 重命名 9001-correct-the-statd-path-in-man.patch 为 0001-correct-the-statd-path-in-man.patch 2020-06-30 09:46:20 +08:00
lfl
3850982b92 重命名 9000-systemd-idmapd-require-rpc-pipefs.patch 为 0000-systemd-idmapd-require-rpc-pipefs.patch 2020-06-30 09:46:12 +08:00
openeuler-ci-bot
0c3cc876e9 !6 add make check in nfs-utils.spec
Merge pull request !6 from hy/master
2020-03-30 14:23:09 +08:00
hy
fb0a40b0e3 add make check in nfs-utils.spec. 2020-03-28 17:59:40 +08:00
openeuler-ci-bot
7ee155f86b !5 stop the var-lib-nfs-rpc_pipefs.mount before remove the package
Merge pull request !5 from hy/tmp
2020-01-17 13:04:17 +08:00
eulerstorage
b2af921ac3 stop the var-lib-nfs-rpc_pipefs.mount before remove the package 2020-01-17 12:08:58 +08:00
openeuler-ci-bot
f1329e5fbe !4 update the version from 2.3.3 to 2.4.2
Merge pull request !4 from hy/tmp
2020-01-12 18:49:46 +08:00
eulerstorage
b8d7253fbf update the version from 2.3.3 to 2.4.2 2020-01-12 18:16:07 +08:00
eulerstorage
b2bcc62f35 update the version from 2.3.3 to 2.4.2 2020-01-12 18:00:48 +08:00
openeuler-ci-bot
30e32ad548 !1 Modify the wrong service file name in spec file
Merge pull request !1 from openeuler-storage/work
2019-12-29 16:35:43 +08:00
eulerstorage
18b27f6837 Modify the wrong service file name in spec file 2019-12-29 16:33:39 +08:00
overweight
c4bfb6f1db Package init 2019-09-30 11:09:50 -04:00