← Back to team overview

group.of.nepali.translators team mailing list archive

[Bug 1645515] Re: [FFe] Support for ISCSI block devices

 

This bug was fixed in the package curtin - 0.1.0~bzr470-0ubuntu1~16.04.1

---------------
curtin (0.1.0~bzr470-0ubuntu1~16.04.1) xenial-proposed; urgency=medium

  * debian/rules: record debian package version in installed package.
    (LP: #1666986)
  * New upstream snapshot.
    - vmtest: allow time-based skipping of tests, apply to ZestyMdadmBcache
      to temporarily avoid bug 1667078.
    - Add iSCSI disk support. (LP: #1645515)
    - vmtest: handle change in btrfs-progs when finding fs UUID. (LP: #1665701)
    - pycodestyle: fix bare except in vmtests
    - unittests: add subp coverage for retries, and rcs
    - reporting: Add better descriptions and granularity of events
    - tox: do not bother with pep8 from trusty in trusty-check
    - tests: add two scripts used for running vmtest with installed package.
    - Make add-apt-repository command retry
    - Add tests for network bridging configuration

 -- Scott Moser <smoser@xxxxxxxxxx>  Wed, 01 Mar 2017 11:13:58 -0500

** Changed in: curtin (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1645515

Title:
  [FFe] Support for ISCSI block devices

Status in curtin:
  Fix Committed
Status in curtin package in Ubuntu:
  Fix Released
Status in curtin source package in Xenial:
  Fix Released
Status in curtin source package in Yakkety:
  Fix Released

Bug description:
  ==== Begin Curtin SRU Template ====
  [Impact]
  Curtin currently does not support specifying iSCSI targets in the storage
  configuration.  That means that MAAS or other users of curtin are not able
  to install to use iscsi disks during installation.

  The changes in this bug add the ability to specify non-root iSCSI targets
  to curtin, and include integration tests (vmtest) and unit tests to excercise
  the functionality.

  [Test Case]
  Run curtin vmtest on tests/vmtests/test_iscsi.py.
   ./tools/jenkins-runner tests/vmtests/test_iscsi.py

  The named test sets up an iscsi server with tgt and does an installation
  utilizing the disks provided by that iscsi server.

  [Regression Potential]
  Regression would most likely be a result of the new iscsi functionality
  mis-identifying configuration for a local disk as a iscsi disk, and then
  failing to do things as a result.

  ==== End Curtin SRU Template ====

  [FFe Justification]

   - Curtin currently does not support specifying iSCSI targets in the
  storage configuration.

   - Users have iSCSI targets they would like to install to via curtin.

   - The changes in this bug add the ability to specify non-root iSCSI
  targets in the YAML and include vmtests and unittests for that
  functionality.

   - Existing users are unaffected by this change, as if they specified
  a iSCSI compatible value in their YAML currently it would fail to
  parse. The added code is only used when iSCSI is used.

  ---

  Curtin needs to support the ability to attach an ISCSI block device
  during the installation and perform disk operations just like a
  locally attached block device. The disk also needs to be auto mounted
  when Ubuntu is rebooted after installation.

  Possible format:

  - id: sdb
    type: disk
    iscsi:
      target: iqn.2016-11.io.maas:storage.lun1
      portal: 192.168.122.2:3260

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1645515/+subscriptions