[Erp5-report] r29101 - /erp5/trunk/utils/zodb-cutter/cutter_cluster_config_generator.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 17 18:17:05 CEST 2009


Author: nicolas
Date: Thu Sep 17 18:17:04 2009
New Revision: 29101

URL: http://svn.erp5.org?rev=29101&view=rev
Log:
cutter does not add the prefix for root.fs

Modified:
    erp5/trunk/utils/zodb-cutter/cutter_cluster_config_generator.py

Modified: erp5/trunk/utils/zodb-cutter/cutter_cluster_config_generator.py
URL: http://svn.erp5.org/erp5/trunk/utils/zodb-cutter/cutter_cluster_config_generator.py?rev=29101&r1=29100&r2=29101&view=diff
==============================================================================
--- erp5/trunk/utils/zodb-cutter/cutter_cluster_config_generator.py [utf8] (original)
+++ erp5/trunk/utils/zodb-cutter/cutter_cluster_config_generator.py [utf8] Thu Sep 17 18:17:04 2009
@@ -80,6 +80,7 @@
         if module_name == '/': # special case
           mount_point = module_name
           module_name = config.destination_file.split('.fs')[0]
+          prefix = ''
         else:
           mount_point = config.root_mount + module_name
         zeo_config_file.write("""<filestorage %(module_name)s>




More information about the Erp5-report mailing list