33 Commits

Author SHA1 Message Date
xueyamao
17517501c0 Fix format-overflow warning
rpc-pipefs-generator.c:35  sprintf: '%s' directive output between 0 and 2147483653 bytes
may exceed minimum required size of 4095 [-Werror=format-overflow=]

Signed-off-by: xueyamao <xueyamao@kylinos.cn>
2022-08-12 10:41:28 +08:00
openeuler-ci-bot
86ecc22b84
!45 升级nfs-utils epoch版本
From: @wubo009 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-04-16 07:48:07 +00:00
Wu Bo
8a399a13f4 nfs-utils: update the epoch version
In order to keep upgrade sucessful,
update the epoth version to 2.

Signed-off-by: Wu Bo <wubo40@huawei.com>
2022-04-16 15:17:23 +08:00
openeuler-ci-bot
98ffcdb363
!42 nfs-utils: set use-gss-proxy to true in nfs.conf to be consistent with patch desc
From: @liuzhiqiang26 
Reviewed-by: @markeryang, @wubo009 
Signed-off-by: @wubo009
2022-04-08 06:46:14 +00:00
Zhiqiang Liu
fbc4dea8c0 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>
2022-04-08 14:31:31 +08:00
openeuler-ci-bot
60f7e9acc9
!40 [sync] PR-39: fix nfs-blkmapd service core dump
From: @openeuler-sync-bot 
Reviewed-by: @wubo009 
Signed-off-by: @wubo009
2022-03-08 01:11:10 +00:00
markeryang
2ecab62a97 fix nfs-blkmapd service core dump
(cherry picked from commit a09e186102af86a5f2f1334c9aaa3730f7d51388)
2022-03-07 19:12:34 +08:00
openeuler-ci-bot
99c0ca3be4
!37 [sync] PR-36: 解决systemctl stop nfs-idmapd.service报错
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-02-24 07:21:31 +00:00
Wu Bo
b16ac0016f 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().

(cherry picked from commit 03a9b6b8ca77aa603d265289709eedf032278466)
2022-02-24 14:12:05 +08:00
openeuler-ci-bot
6eeb14884b
!27 nfs-utils: set use-gss-proxy=1 to enable gss-proxy by default
From: @liuzhiqiang26 
Reviewed-by: @wubo009 
Signed-off-by: @volcanodragon
2022-02-10 11:05:01 +00:00
Zhiqiang Liu
8d42341c70 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>
2022-01-29 14:56:31 +08:00
openeuler-ci-bot
9649d7f0e4 !19 Update to nfs-uti-2.5.4
From: @wenchao-hao
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2021-11-23 11:48:42 +00:00
Wenchao Hao
f2b02be22a update nfs-utils version to 2.5.4-1
Signed-off-by: Wenchao Hao <haowenchao@huawei.com>
2021-11-18 14:46: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