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
etersoft
eepm
Commits
0f6323e5
Commit
0f6323e5
authored
Mar 20, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
glusterfs*.sh: fix returned error code (ALT bug 41429)
parent
4a46e90c
Show 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
...
@@ -10,7 +10,7 @@ if epmqp --quiet glusterfs6- ; then
epm installed glusterfs7-server
&&
serv glusterd on
epm installed glusterfs7-server
&&
serv glusterd on
else
else
# Install all packages
# 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"
echo
"You can install also 'glusterfs7-server' if it is needed for this host"
...
...
prescription.d/glusterfs8.sh
View file @
0f6323e5
...
@@ -13,7 +13,7 @@ if epmqp --quiet ${GFSOLD}- ; then
...
@@ -13,7 +13,7 @@ if epmqp --quiet ${GFSOLD}- ; then
epm installed
$GFSNEW
-server
&&
serv glusterd on
epm installed
$GFSNEW
-server
&&
serv glusterd on
else
else
# Install all packages
# 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"
echo
"You can install also '
${
GFSNEW
}
-server' if it is needed for this host"
...
...
prescription.d/glusterfs9.sh
View file @
0f6323e5
...
@@ -13,7 +13,7 @@ if epmqp --quiet ${GFSOLD}- ; then
...
@@ -13,7 +13,7 @@ if epmqp --quiet ${GFSOLD}- ; then
epm installed
$GFSNEW
-server
&&
serv glusterd on
epm installed
$GFSNEW
-server
&&
serv glusterd on
else
else
# Install all packages
# 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"
echo
"You can install also '
${
GFSNEW
}
-server' if it is needed for this host"
...
...
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