[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xend: Stub out vscsi_get_scsidevices() until issues are addressed.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1224511548 -3600 # Node ID cbc254c59dd06f1f4197461bc51ca8dbcdf5b3af # Parent 4129f0f2f2ba5c9bef9fcff65dae64a61285da39 xend: Stub out vscsi_get_scsidevices() until issues are addressed. Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- tools/python/xen/util/vscsi_util.py | 4 ++++ 1 files changed, 4 insertions(+) diff -r 4129f0f2f2ba -r cbc254c59dd0 tools/python/xen/util/vscsi_util.py --- a/tools/python/xen/util/vscsi_util.py Fri Oct 17 14:15:37 2008 +0100 +++ b/tools/python/xen/util/vscsi_util.py Mon Oct 20 15:05:48 2008 +0100 @@ -93,6 +93,10 @@ def vscsi_get_scsidevices(): def vscsi_get_scsidevices(): """ get all scsi devices""" + # KAF: Stubbed out for now due to bogus use of os.chdir() and because + # the devices.append() line can fail due to sg and scsi_id not defined. + return [] + devices = [] sysfs_mnt = utils.find_sysfs_mount() _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |