diff options
author | Keir Fraser <keir.fraser@citrix.com> | 2009-10-21 09:23:10 +0100 |
---|---|---|
committer | Keir Fraser <keir.fraser@citrix.com> | 2009-10-21 09:23:10 +0100 |
commit | 6d1d7ac48ca2a2df0415963bf7cf424bf50801d6 (patch) | |
tree | 3be4d6f4dfa29910f79ff35df3c0ae877df23ae4 /tools/flask/libflask/include | |
parent | ba0d6cfc6b6cdf9e58ab5c625452ab9c4852764b (diff) | |
download | xen-6d1d7ac48ca2a2df0415963bf7cf424bf50801d6.tar.gz xen-6d1d7ac48ca2a2df0415963bf7cf424bf50801d6.tar.bz2 xen-6d1d7ac48ca2a2df0415963bf7cf424bf50801d6.zip |
xend: bootable flag of VBD not always of type int
1. Calling VDB.set_bootable(True) results in string 'True' in managed
config file. After xend restart, conversion int(bootable) in
server/blkif.py fails.
2. selection of bootable disks in XendDomainInfo.py requires
type(bootable) == int not str, otherwise all disks are taken as
bootable.
This patch converts the bootable flag always to int.
Signed-off-by: Lutz Dube <Lutz.Dube@ts.fujitsu.com>
Diffstat (limited to 'tools/flask/libflask/include')
0 files changed, 0 insertions, 0 deletions