feat(mount): moving to legacy mount

We can not mount the datasets to more than one path via zfs mount command,
shifting to the legacy way of handling ZFS volumes where we can mount/umount
the datasets via legacy mount and umount commands.

This will also add a building block for SINGLE-NODE-MULTI-WRITER Capability.

Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
Pawan 2020-06-08 11:33:27 +05:30 committed by Kiran Mova
parent b08a1e2a1f
commit 639ead416e
3 changed files with 74 additions and 46 deletions

View file

@ -0,0 +1 @@
moving to legacy mount