This would allow exporting a split without touching the sync directory so that it can be done as part of the deplyoment to live, saving the clients configuration.

Right now one has to export the config before deploying new config. While this is the preferred workflow anyway it would be practical to have the option anyway.

Comments

bircher created an issue. See original summary.

bircher’s picture

Status: Active » Needs work

The re-factoring has this already covered, however, the export uses the dummy NullStorage which doesn't return any data when read from, so the graylist-export-only-when-different option doesn't work.

We need a GhostStorage, that reads correctly but is transparent when writing.

  • bircher committed ed7aa92 on 8.x-1.x
    Issue #2845945: Add the GhostStorage to ignore write operations.
    
bircher’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.