Add the ability to use removable devices

Bug #1275636 reported by Andrey Kirilochkin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Won't Fix
Low
Unassigned

Bug Description

I have an environment with 2 sata controllers, the 1st one works fine and fuel sees it, but there is a problem with the second one. The second controller(Adaptec aacraid) with 4 ssd devices was regarded by fuel as removable and i can't see their in interface.

Second argument for removable devices, that i need possibility to install OS and OpSt components of compute nodes on flash when using ceph for all types of storages.

As a proposal from myself you need to use checkbox with "Allow using removable".
as i see it:

/opt/nailgun/bin/agent
[code]
281c281
< if [3, 8, 65, 66, 67, 104, 105, 106, 107, 108, 109, 110, 111, 202, 252, 253].include?(properties['MAJOR'].to_i)
---
> if [3, 8, 104, 105, 106, 107, 108, 109, 110, 111, 202, 252, 253].include?(properties['MAJOR'].to_i) && removable =~ /^0$/
[/code]

description: updated
description: updated
Revision history for this message
Andrey Kirilochkin (andreika-mail) wrote :

It is not the same bug, problem is not connected with major. All device major is the same - 8. But half of devices visible as removable.

Revision history for this message
Dmitry Pyzhov (dpyzhov) wrote :

We should add ability to allow removable devices via cli option

Changed in fuel:
importance: Undecided → Low
status: New → Confirmed
milestone: none → 5.0
status: Confirmed → Won't Fix
Revision history for this message
Dmitry Pyzhov (dpyzhov) wrote :

We agreed in our team that there is a dirty workaround for this uncommon case. We have no plans to support it in fuel.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.