Hi,

I would like to submit an issue about Data.fs mount points.

My use case is pretty simple :

prerequisites :

* 2 zope instances, same version (2.7.x)
  |--> first one is named zope1, second one zope2

use-case :

1. instantiate a cps default site (3.2.x) on zope1

2. stop zope1, copy its Data.fs to zope2/var/Data_z1.fs

3. add following lines to zope2/etc/zope.conf :

<zodb_db z1>
    <filestorage>
     path $INSTANCE/var/Data_z1.fs
    </filestorage>
    mount-point /z1
    container-class OFS.Folder.Folder
</zodb_db


4. start zope2, go to ZMI, add "ZODB Mount Points", select z1, select
"create folder if it does not exist" and click button "OK"

5. ZMI/z1 folder is empty even if Data_z1.fs shows transactions.

--------------------------------------------------------------------
I wish zope2/ZMI/z1 folder to display zope1 data.fs content

despite thorough searches, can you give me related links/hints on how to
achieve this ?

Best regards
Armand LEROUX


This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.

_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Reply via email to