Export extractExTags and updateExclTags
[ganeti-local] / lib / client / gnt_cluster.py
index f6ef9a6..408fde7 100644 (file)
@@ -522,6 +522,8 @@ def ClusterCopyFile(opts, args):
 
   """
   filename = args[0]
+  filename = os.path.abspath(filename)
+
   if not os.path.exists(filename):
     raise errors.OpPrereqError("No such filename '%s'" % filename,
                                errors.ECODE_INVAL)