Make the snapshot decision based on disk type
[ganeti-local] / lib / ssh.py
index 87c25c9..31fbdbb 100644 (file)
@@ -212,7 +212,7 @@ class SshRunner:
         - detail: string with details
 
     """
-    retval = self.Run(node, 'root', 'hostname')
+    retval = self.Run(node, 'root', 'hostname --fqdn')
 
     if retval.failed:
       msg = "ssh problem"