[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] Fix long options of xm sched-credit



Hi,

Long options of xm sched-credit command are ignored. 

# xm sched-credit --domain=vm1
Name                                ID Weight  Cap
Domain-0                             0    256    0
vm1                                  2    256    0
# xm sched-credit --domain=vm1 --weight=512 --cap=50
Name                                ID Weight  Cap
Domain-0                             0    256    0
vm1                                  2    256    0


Long options of xm sched-credit command work by this patch.

# xm sched-credit --domain=vm1
Name                                ID Weight  Cap
vm1                                  3    256    0
# xm sched-credit --domain=vm1 --weight=512 --cap=50
# xm sched-credit --domain=vm1
Name                                ID Weight  Cap
vm1                                  3    512   50


Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>

Best regards,
 Kan

Attachment: xm_sched_credit_long.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.