Good day everyone!
In Linux, it is possible to use the lun as a shared resource by adding it to the lvm group.
This way, you get shared access to the lun from several initiators with any changes displayed.
Here is a simple example: https://github.com/LINBIT/linstor-server/issues/181
I am trying to achieve similar functionality in FreeBSD with a ctld target and two iscsid initiators, but when creating a markup table and a partition (and making any changes in general), the changes are displayed only on one initiator host (where this was done).
I also tried creating gvirstor on top of lun, but it didn't change anything...
Are there any mechanisms in FreeBSD that allow you to add an abstraction that can be shared on multiple hosts with isci initiators (similar to how it is raelized in Linux: open-iscsi + lvm)?
In Linux, it is possible to use the lun as a shared resource by adding it to the lvm group.
This way, you get shared access to the lun from several initiators with any changes displayed.
Here is a simple example: https://github.com/LINBIT/linstor-server/issues/181
I am trying to achieve similar functionality in FreeBSD with a ctld target and two iscsid initiators, but when creating a markup table and a partition (and making any changes in general), the changes are displayed only on one initiator host (where this was done).
I also tried creating gvirstor on top of lun, but it didn't change anything...
Are there any mechanisms in FreeBSD that allow you to add an abstraction that can be shared on multiple hosts with isci initiators (similar to how it is raelized in Linux: open-iscsi + lvm)?