commit | 0a5d6061084c2ffccb4a0831405f0eea8ad0fb6b | [log] [tgz] |
---|---|---|
author | Masayuki Igawa <masayuki@igawa.me> | Mon Mar 27 12:22:33 2017 +0900 |
committer | Masayuki Igawa <masayuki@igawa.me> | Mon Mar 27 12:22:33 2017 +0900 |
tree | af66ec974e6752be7f337f03097f7877318c76df | |
parent | 74c14ae82c4f6d0983920ad2f258999a6c8f6f0c [diff] |
Raise exception when get_disks() cannot get 'TYPE' column This commit makes get_disks() raise an exception when it cannot get 'TYPE' column. In most of new linux distros, this cannot be happened, however, in old distros, the 'TYPE' column doesn't exist. In that situation, this could be useful for debugging and it's easy to understand what is the root cause. Change-Id: I328f1c2ea80478a00432f51e77ffd12036829430 Related-Bug: #1673607