func scsiId2Name(id int) string { return "sd" + utils.DiskId2Name(id) }
func xvdId2Name(id int) string { return "xvd" + utils.DiskId2Name(id) }