lp:~nacc/curtin/iscsi-wip
Created by
Nish Aravamudan
and last modified
- Get this branch:
- bzr branch lp:~nacc/curtin/iscsi-wip
Only
Nish Aravamudan
can upload to this branch. If you are
Nish Aravamudan
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Server Team CI bot: Approve (continuous-integration)
- Blake Rouse: Pending requested
- Scott Moser: Pending requested
- Ryan Harper: Pending requested
-
Diff: 2018 lines (+1700/-8)20 files modifiedcurtin/block/iscsi.py (+402/-0)
curtin/commands/block_attach_iscsi.py (+38/-0)
curtin/commands/block_detach_iscsi.py (+36/-0)
curtin/commands/block_meta.py (+25/-5)
curtin/commands/curthooks.py (+18/-0)
curtin/commands/install.py (+3/-0)
curtin/commands/main.py (+2/-1)
curtin/deps/__init__.py (+1/-0)
curtin/util.py (+18/-2)
doc/topics/integration-testing.rst (+42/-0)
doc/topics/storage.rst (+48/-0)
examples/tests/basic_iscsi.yaml (+143/-0)
tests/unittests/test_block_iscsi.py (+435/-0)
tests/unittests/test_util.py (+25/-0)
tests/vmtests/__init__.py (+144/-0)
tests/vmtests/test_iscsi.py (+51/-0)
tools/find-tgt (+124/-0)
tools/jenkins-runner (+9/-0)
tools/launch (+135/-0)
tools/vmtest-system-setup (+1/-0)
Related bugs
Bug #1645515: [FFe] Support for ISCSI block devices | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 494. By Nish Aravamudan
-
Empty _iscsi_disks on every iSCSI disk setup. Otherwise the variable
gets shared between instances of the class.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~curtin-dev/curtin/trunk