diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/volgen/CreateVolfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volgen/CreateVolfile.py b/extras/volgen/CreateVolfile.py index 22cffcffe29..c8143a03aba 100644 --- a/extras/volgen/CreateVolfile.py +++ b/extras/volgen/CreateVolfile.py @@ -348,7 +348,7 @@ class CreateVolfile: i = 0 for export in self.host_dict[self.host]: export_volfile = "%s/%s-%d.vol" % (self.conf_dir, - str(self.host + '-' + self.volume_name), + str(self.volume_name + '.' + self.host), i) i += 1 exp_fd = file ("%s" % (export_volfile),"w") |