Update ip

This commit is contained in:
Youngkyun Kim 2016-08-22 04:09:37 +00:00
parent e008bd3bab
commit 0b28a0c5dc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class VolumnController < ApplicationController
end
def get_info
return `sshpass -pakfm77 ssh -p 2222 root@gluster-1 gluster volume info`
return `sshpass -pakfm77 ssh -p 2222 root@124.63.216.174 gluster volume info`
end
end