42 Commits

Author SHA1 Message Date
openeuler-ci-bot
12f7736ea4
!73 [sync] PR-72: fix Hostname validation and fix mount.glusterfs: Remove \ from grep command
From: @openeuler-sync-bot 
Reviewed-by: @swf504 
Signed-off-by: @swf504
2024-06-17 01:13:42 +00:00
xuchenchen
590e679fed fix mount.glusterfs: Remove \ from grep command
fix Hostname validation

(cherry picked from commit fad6898e90b42b07b7ebaeed74df964b64ed64a1)
2024-06-14 15:07:49 +08:00
openeuler-ci-bot
9cf0bc9240
!66 修复glusterfs7.0版本升级至11.0时报错
From: @tjwangxm 
Reviewed-by: @swf504 
Signed-off-by: @swf504
2024-03-14 07:07:01 +00:00
wxm
05ae3b8898
修复glusterfs7.0版本升级至11.0时报错
Signed-off-by: wxm <wangxiaomeng@kylinos.cn>
2024-03-13 09:57:47 +00:00
openeuler-ci-bot
9e60001ab0
!56 upgrade to 11.1
From: @wguanghao 
Reviewed-by: @swf504 
Signed-off-by: @swf504
2024-02-04 09:43:19 +00:00
wguanghao
b3f331d476 upgrade version to 11.1 2024-01-31 10:13:39 +08:00
openeuler-ci-bot
2e3883d94d
!43 fix CVE-2023-26253
From: @wguanghao 
Reviewed-by: @swf504 
Signed-off-by: @liuzhiqiang26
2023-03-09 06:44:31 +00:00
wguanghao
451c6d4b33 fix CVE-2023-26253 2023-03-09 09:41:14 +08:00
openeuler-ci-bot
bf3235aa11
!40 更新glusterfs至10.3.1
From: @handsome_brother 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2023-02-09 07:44:57 +00:00
lihaoxiang
0bc8e2ab61 update to glusterfs-10.3-1
Signed-off-by: lihaoxiang <lihaoxiang9@huawei.com>
2023-02-03 07:02:07 -05:00
openeuler-ci-bot
ffb7810f5f
!36 fix license error
From: @hifi521 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-10-18 07:10:50 +00:00
zhanchengbin
f767243b26 license: fix license error
Signed-off-by: zhanchengbin <zhanchengbin1@huawei.com>
2022-10-18 14:41:58 +08:00
openeuler-ci-bot
b9c5470a52
!31 SC2081: [ .. ] can't match globs. Use [[ .. ]] or grep.
From: @hifi521 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-10-13 12:18:51 +00:00
zhanchengbin
c1f2a29669 SC2081: [ .. ] can't match globs. Use [[ .. ]] or grep.
Shellcheck check out a problem.

Signed-off-by: zhanchengbin <zhanchengbin1@huawei.com>
2022-10-13 15:02:25 +08:00
openeuler-ci-bot
3cdcf42fbe
!28 [sync] PR-26: Fix tcmalloc issues
Merge pull request !28 from openeuler-sync-bot/sync-pr26-openEuler-22.03-LTS-Next-to-master
2022-01-30 07:56:59 +00:00
imxcc
91c8e83424 glusterfs.spec: fix issues with libtcmalloc
Backport: e894527ecf531d1b31bdcc9b23a10627c1b4d355
1) tcmalloc can't be dlopen()ed successfully on non-x86_64 arches,
   or at least not on aarch64, s390x, and armv7hl; causing issues
   with qemu and/or libvirt on those platforms.
2) invoking rpmbuild with --without-tcmalloc creates the %global
   %_without_tcmalloc (=true), and AFAIK does not creat the
   %global  %_with_tcmalloc (=false). The later tests for
   %_with_tcmalloc: do not work correctly, they need to test for
   '!%_without_tcmalloc'.
3) a %global %_without_libtcmalloc is created but never used.
   The %configure step uses %_without_tcmalloc.

Signed-off-by: imxcc <xingchaochao@huawei.com>
Signed-off-by: kalebskeithley <kaleb@redhat.com>
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Signed-off-by: Wenchao Hao <haowenchao@huawei.com>
(cherry picked from commit 402675e26a2234a8c8c3646d3282519a3bdcf1d4)
2022-01-29 15:16:26 +08:00
openeuler-ci-bot
e633819dd6
!25 [sync] PR-22: Remove unnecessary subpackages
Merge pull request !25 from openeuler-sync-bot/sync-pr22-openEuler-22.03-LTS-Next-to-master
2022-01-29 06:10:42 +00:00
Wenchao Hao
272a98d424 Change gluster-server "Requires" from pyxattr to python3-pyxattr
openeuler provides python3-pyxattr not pyxattr, they are same package
but with different name.

Signed-off-by: Wenchao Hao <haowenchao@huawei.com>
(cherry picked from commit a542a8c8e51ae1e51d4a7c8b27a65bbed49bbaed)
2022-01-29 09:51:10 +08:00
Wenchao Hao
994cb4ecca Remove glusterfs-ganesha and glusterfs-regression-tests subpackages
glusterfs-ganesha is to using glusterfs as NFS server, which based
on NFS-Ganesha package. While NFS-Ganesha is not provided in openeuler.
So it is not necessary to keep subpackage.

glusterfs-regression is a test package which is unnecessary, so remove
it.

Signed-off-by: Wenchao Hao <haowenchao@huawei.com>
(cherry picked from commit ceeeb885abb50c03be30f695d8de03290c24026c)
2022-01-29 09:51:10 +08:00
openeuler-ci-bot
09fb901684 !20 Update to glusterfs-10
From: @wenchao-hao
Reviewed-by: 
Signed-off-by:
2021-12-02 10:49:26 +00:00
Wenchao Hao
4cc8690f81 Update to glusterfs-10
The spec file is changed based with which exacted from glusterfs-10.0.tar.gz.
Following changes are made:

* make variable _with_systemd true as default
* make variable _usepython3 as 1
* make variable _pythonver as 2
* remove fedora_koji_builds judgements
* add new BuildRequires: rpcgen gperftools-devel libunwind-devel
* update source0 to following address
https://download.gluster.org/pub/gluster/glusterfs/10/10.0/glusterfs-10.0.tar.gz

Signed-off-by: Wenchao Hao <haowenchao@huawei.com>
2021-12-02 17:36:23 +08:00
openeuler-ci-bot
771b90bd59 !16 glusterfs delete -Sgit from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2021-07-31 01:56:35 +00:00
chenyanpanHW
9ef593a568
delete -Sgit from %autosetup, and delete BuildRequires git 2021-07-30 22:53:18 +08:00
openeuler-ci-bot
dba66656cd !6 update package to 7.6
Merge pull request !6 from Markeryang/master
2020-07-17 18:11:12 +08:00
Markeryang
4e05f14606 update package to 7.6
update package to 7.6
2020-07-16 19:26:07 +08:00
Markeryang
21b2171d14 删除文件 0000-core-fix-memory-pool-management-races.patch 2020-07-16 19:25:43 +08:00
Markeryang
f9c4793abc 删除文件 glusterfs-7.0.tar.gz 2020-07-16 19:25:35 +08:00
Markeryang
3698581919 update package to 7.6
update package to 7.6
2020-07-16 19:25:23 +08:00
openeuler-ci-bot
e8cbf878ff !5 add yaml file to package
Merge pull request !5 from zhanzhimin/master
2020-06-19 01:03:43 +08:00
zzm_567
924bbab64e add yaml file 2020-06-15 14:34:38 +08:00
openeuler-ci-bot
a121d2f936 !4 fix glfs_new memory leak
Merge pull request !4 from hy/local
2020-02-24 11:11:13 +08:00
eulerstorage
d7d7430dc5 fix memory leak of glusterfs 2020-02-24 10:00:46 +08:00
openeuler-ci-bot
5ddd30b7e7 !3 fix install error
Merge pull request !3 from geruijun/local
2020-02-12 15:47:43 +08:00
eulerstorage
7119d1a46f fix install error 2020-02-12 15:35:02 +08:00
openeuler-ci-bot
daa7da075b !2 delete some useless files
Merge pull request !2 from hy/local
2020-01-14 14:52:40 +08:00
wsp1991
608e600996 delete some useless files 2020-01-14 10:35:16 +08:00
openeuler-ci-bot
e449f47181 !1 glusterfs upgrade to 7.0
Merge pull request !1 from hy/local
2020-01-11 16:47:41 +08:00
kangenbo
4c4a6f560a revise upgrade date 2020-01-11 11:11:17 +08:00
kangenbo
f94c39f66e glusterfs upgrade to 7.0 2020-01-11 11:04:38 +08:00
kangenbo
6c6a994563 glusterfs upgrade to version 7.0 2020-01-11 10:44:41 +08:00
dogsheng
ffdc1ea071 Package init 2019-12-14 14:32:22 +08:00
overweight
35bbff2249 Package init 2019-09-30 10:40:53 -04:00