Guest User

Untitled

a guest
Dec 16th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. --- /usr/share/perl5/PVE/Storage/GlusterfsPlugin.pm 2017-11-29 13:32:31.000000000 +0300
  2. +++ GlusterfsPlugin.pm 2017-12-14 09:11:34.313837830 +0300
  3. @@ -41,7 +41,7 @@
  4. if ($server && $server ne 'localhost' && $server ne '127.0.0.1' && $server ne '::1') {
  5.  
  6. # ping the echo port (7) without service check
  7. - $status = PVE::Network::tcp_ping($server, undef, 2);
  8. + $status = PVE::Network::tcp_ping($server, 24007, 2);
  9.  
  10. } else {
Add Comment
Please, Sign In to add comment