40 Commits

Author SHA1 Message Date
openeuler-ci-bot
4b7b13fef7
!72 同步master分支pr:add subpackage libnfsidmap and nfs-utils-min
From: @fu-shanqing 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-12-06 09:19:37 +00:00
fu-shanqing
53fdfe5054 add subpackage libnfsidmap and nfs-utils-min 2022-11-25 13:48:54 +08:00
openeuler-ci-bot
5dbe252873
!67 nfs-blkmapd: PID file read by systemd failed
From: @liuzhiqiang26 
Reviewed-by: @wubo009 
Signed-off-by: @wubo009
2022-11-24 09:34:19 +00:00
Zhiqiang Liu
e34346fa25 nfs-blkmapd: PID file read by systemd failed
fix issue:https://gitee.com/src-openeuler/nfs-utils/issues/I5TQQX

Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
2022-11-24 15:36:51 +08:00
openeuler-ci-bot
99f3f22db4
!56 [sync] PR-54: nfs-blkmaped: Fix the error status when nfs_blkmapd stops
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-09-06 06:44:42 +00:00
zhanchengbin
cc9ececa29 nfs-blkmapd:Fix the error status when nfs-blkmapd stops
Signed-off-by: zhanchengbin <zhanchengbin1@huawei.com>

update 0006-nfs-blkmaped-Fix-the-error-status-when-nfs_blkmapd-s.patch.

(cherry picked from commit aa8445463089084608e2525443f3057595171694)
2022-09-06 14:13:23 +08:00
openeuler-ci-bot
8f3bb39feb
!52 [sync] PR-50: Fix-format-overflow-warning
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-08-12 09:53:44 +00:00
xueyamao
b6c0f708f0 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>
(cherry picked from commit 17517501c045fae6d349f9e0bfcfa23418a6bb68)
2022-08-12 17:28:17 +08:00
openeuler-ci-bot
0928f6e372
!47 [sync] PR-45: 升级nfs-utils epoch版本
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-04-18 13:13:05 +00:00
Wu Bo
1732ed00e8 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>
(cherry picked from commit 8a399a13f4624d832402a2d65258d71407238b13)
2022-04-16 15:48:14 +08:00
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