Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
9fa92ed3
Commit
9fa92ed3
authored
Jul 14, 2015
by
Anton Agapov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AUTO and order correction in epmi in glusterupdate.sh
parent
c285548a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
glusterupdate.sh
gluster/update/glusterupdate.sh
+4
-4
No files found.
gluster/update/glusterupdate.sh
View file @
9fa92ed3
...
...
@@ -71,11 +71,11 @@ gfs_mount_plus(){
case
$1
in
all
)
run_on_hosts epmi glusterfs3-server
run_on_hosts epmi
--auto
glusterfs3-server
gfs_stop
gfs_start
run_on_hosts mount
-a
run_on_clients
'
umount /var/ftp/*; killall glusterfs; epmi glusterfs3-client
; mount -a'
run_on_clients
'
epmi --auto glusterfs3-client; umount /var/ftp/*; killall glusterfs
; mount -a'
gfs_mount_plus
exit
0
;;
...
...
@@ -84,7 +84,7 @@ case $1 in
exit
0
;;
install
)
run_on_hosts epmi glusterfs3-server
run_on_hosts epmi
--auto
glusterfs3-server
exit
0
;;
noinstall
)
...
...
@@ -120,7 +120,7 @@ case $1 in
exit
0
;;
clients
)
run_on_clients
'
umount /var/ftp/*; killall glusterfs; epmi glusterfs3-client
; mount -a'
run_on_clients
'
epmi --auto glusterfs3-client; umount /var/ftp/*; killall glusterfs
; mount -a'
exit
0
;;
remount
)
...
...
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