bmeagherix
bmeagherix
Enhance iSCSI APIs to allow some target options to be specified
This PR adds Data Digest support to `libiscsi`. The bulk of the configuration follows the existing code for the very similar Header Digest. The most notable difference is that Data...
Simple breakage (manifested in HA when NodeA was not the ACTIVE node). Also some `flake8` / tidy.
Test was not taking HA differences into account. Rectify.
Add drive identification support by implementing `set_slot_status` using the redfish `LocationIndicatorActive` attribute.
During PR #13491 the following: ``` @pytest.mark.dependency(name="shareuser") def test_27_creating_shareuser_to_test_sharing(request): ``` was replaced with ``` @pytest.mark.dependency(name=UserAssets.ShareUser01['depends_name']) def test_020_create_and_verify_shareuser(): ``` However, dependent changes were only made in _test_011_user.py_, e.g. ``` def test_038_change_homedir_to_existing_path(request):...
### Add support for Fibre Channel targets #### Overview SCST includes support for Fibre Channel targets using QLA2xxx HBAs. This PR includes the middleware changes necessary to utilize the mechanism....
- Fix `nvmet.global.sessions` when service is not running - Add `test__no_sessions_when_service_stopped` - Add `test__global_sessions_loopback` (Tested locally)
Add middleware plumbing for SPDK NVMe-oF backend.
Add a suite of failover tests for NVMe-oF(TCP) - although only a subset of them will be run by default `test_failover`: Basic failover tests across multiple dimensions - Target implementation:...