!20 Update to glusterfs-10

From: @wenchao-hao
Reviewed-by: 
Signed-off-by:
This commit is contained in:
openeuler-ci-bot 2021-12-02 10:49:26 +00:00 committed by Gitee
commit 09fb901684
4 changed files with 1469 additions and 301 deletions

BIN
glusterfs-10.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,17 +0,0 @@
[Unit]
Description=GlusterFS brick processes (stopping only)
After=network.target glusterd.service
[Service]
Type=oneshot
# glusterd starts the glusterfsd processed on-demand
# /bin/true will mark this service as started, RemainAfterExit keeps it active
ExecStart=/bin/true
RemainAfterExit=yes
# if there are no glusterfsd processes, a stop/reload should not give an error
ExecStop=/bin/sh -c "/bin/killall --wait glusterfsd || /bin/true"
ExecReload=/bin/sh -c "/bin/killall -HUP glusterfsd || /bin/true"
[Install]
WantedBy=multi-user.target