Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nurlan
eepm
Commits
0f6323e5
Commit
0f6323e5
authored
3 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
glusterfs*.sh: fix returned error code (ALT bug 41429)
parent
4a46e90c
master
3.32.0
3.29.0
3.28.5
3.27.0
3.26.10
3.23.0
3.22.3
3.22.2
3.22.1
3.21.8
3.19.4
3.18.6
3.17.3-alt1
3.17.0
3.16.1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
glusterfs7.sh
prescription.d/glusterfs7.sh
+1
-1
glusterfs8.sh
prescription.d/glusterfs8.sh
+1
-1
glusterfs9.sh
prescription.d/glusterfs9.sh
+1
-1
No files found.
prescription.d/glusterfs7.sh
View file @
0f6323e5
...
...
@@ -10,7 +10,7 @@ if epmqp --quiet glusterfs6- ; then
epm installed glusterfs7-server
&&
serv glusterd on
else
# Install all packages
epmi glusterfs7-client glusterfs7
epmi glusterfs7-client glusterfs7
||
exit
echo
"You can install also 'glusterfs7-server' if it is needed for this host"
...
...
This diff is collapsed.
Click to expand it.
prescription.d/glusterfs8.sh
View file @
0f6323e5
...
...
@@ -13,7 +13,7 @@ if epmqp --quiet ${GFSOLD}- ; then
epm installed
$GFSNEW
-server
&&
serv glusterd on
else
# Install all packages
epmi
${
GFSNEW
}
-cli
${
GFSNEW
}
-client
${
GFSNEW
}
epmi
${
GFSNEW
}
-cli
${
GFSNEW
}
-client
${
GFSNEW
}
||
exit
echo
"You can install also '
${
GFSNEW
}
-server' if it is needed for this host"
...
...
This diff is collapsed.
Click to expand it.
prescription.d/glusterfs9.sh
View file @
0f6323e5
...
...
@@ -13,7 +13,7 @@ if epmqp --quiet ${GFSOLD}- ; then
epm installed
$GFSNEW
-server
&&
serv glusterd on
else
# Install all packages
epmi
${
GFSNEW
}
-cli
${
GFSNEW
}
-client
${
GFSNEW
}
epmi
${
GFSNEW
}
-cli
${
GFSNEW
}
-client
${
GFSNEW
}
||
exit
echo
"You can install also '
${
GFSNEW
}
-server' if it is needed for this host"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment