Support FusionIO flash storage device

Add 251 as valid code for storage device

Change-Id: I5ab12bc507fa860aac9e55f0fcd1a3bf4228a226
Closes-Bug: #1571039
This commit is contained in:
Vladimir Sharshov (warpc) 2016-04-15 21:48:20 +03:00
parent 5415b86ac1
commit b672edc601
1 changed files with 3 additions and 2 deletions

View File

@ -24,8 +24,9 @@ module MCollective
# Look at https://github.com/torvalds/linux/blob/master/Documentation/devices.txt
# Please also update the device codes here
# https://github.com/openstack/fuel-web/blob/master/bin/agent#L43
STORAGE_CODES = [3, 8, 65, 66, 67, 68, 69, 70, 71, 104, 105, 106, 107, 108, 109, 110, 111, 202, 252, 253, 259]
# https://github.com/openstack/fuel-nailgun-agent/blob/master/agent#L51
STORAGE_CODES = [3, 8, 65, 66, 67, 68, 69, 70, 71, 104, 105, 106, 107,
108, 109, 110, 111, 202, 251, 252, 253, 259]
AGENT_NODISCOVER_FILE = '/etc/nailgun-agent/nodiscover'