Current task - cloning a prod server to a dev one:
-
Current task - cloning a prod server to a dev one:
zfs send -vRc zroot/bastille@toSend00 | mbuffer -m 2G | ssh root@VPNIP "zfs receive zroot/bastille"
Done.
-
Current task - cloning a prod server to a dev one:
zfs send -vRc zroot/bastille@toSend00 | mbuffer -m 2G | ssh root@VPNIP "zfs receive zroot/bastille"
Done.
@stefano no concerns with prod data in dev?
-
@stefano no concerns with prod data in dev?
@rvstaveren no, it's on purpose. The devs need to test the workload and understand why some caching isn't being triggered, so they also need data.
Some other (non cloned) data is on different datasets, bind-mounted inside the jails. -
Current task - cloning a prod server to a dev one:
zfs send -vRc zroot/bastille@toSend00 | mbuffer -m 2G | ssh root@VPNIP "zfs receive zroot/bastille"
Done.
@stefano Not including the data, I hope!
-
@stefano Not including the data, I hope!
@holdenweb some data is included, on purpose. They need to test an upgrade/performance path so they also need some of the data. Prod and dev are of the same customer, same dev.