← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1441903] [NEW] rootwrap.d ln doesn't work for non iSCSI volumes

 

Public bug reported:

The compute.filters line for ln doesn't allow for anything other than
iSCSI volumes.

It should allow for FC based volumes as well.

# nova/virt/libvirt/volume.py:
sginfo: CommandFilter, sginfo, root
sg_scan: CommandFilter, sg_scan, root
ln: RegExpFilter, ln, root, ln, --symbolic, --force, /dev/mapper/ip-.*-iscsi-iqn.*, /dev/disk/by-path/ip-.*-iscsi-iqn.*

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1441903

Title:
  rootwrap.d ln doesn't work for non iSCSI volumes

Status in OpenStack Compute (Nova):
  New

Bug description:
  The compute.filters line for ln doesn't allow for anything other than
  iSCSI volumes.

  It should allow for FC based volumes as well.

  # nova/virt/libvirt/volume.py:
  sginfo: CommandFilter, sginfo, root
  sg_scan: CommandFilter, sg_scan, root
  ln: RegExpFilter, ln, root, ln, --symbolic, --force, /dev/mapper/ip-.*-iscsi-iqn.*, /dev/disk/by-path/ip-.*-iscsi-iqn.*

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


Follow ups

References