open-iscsi / rtslib-fb

Python library for configuring the Linux kernel-based multiprotocol SCSI target (LIO)
Apache License 2.0
73 stars 90 forks source link

dbroot: let the user change the dbroot directory freely. #184

Closed maurizio-lombardi closed 2 years ago

maurizio-lombardi commented 2 years ago

Thanks to a new kernel patch [1], the LIO driver now lets the user change the dbroot directory even if some target modules are already registered (if some conditions are met).

rtslib should let the user set their preferred root directory without arbitrary checks and let the kernel decide if this is allowed or not.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?h=for-next&id=80890c5ea068661d6fe4a34beb362ca0f2c49c90

Signed-off-by: Maurizio Lombardi mlombard@redhat.com