[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] Revert "Make credit2 the default scheduler"
commit 3722e563432bdbf0cbd16ace3075cf643186b01e Author: George Dunlap <george.dunlap@xxxxxxxxxx> AuthorDate: Mon Oct 1 17:14:22 2018 +0100 Commit: George Dunlap <george.dunlap@xxxxxxxxxx> CommitDate: Mon Oct 1 17:14:22 2018 +0100 Revert "Make credit2 the default scheduler" The migration code reads scheduler parameters on the sending side and tries to set them again on the receiving side, failing if this fails; the result is that a simple upgrade from 4.11 -> 4.12 will now fail all migrations. Solving this is not simple; revert the credit2 upgrade until we can sort something out. This reverts commit ec6662445b1ec9231ca69583863de644206ef313. Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxx> --- xen/common/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/common/Kconfig b/xen/common/Kconfig index 3a1c585d25..1a6d6281c1 100644 --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -215,7 +215,7 @@ config SCHED_NULL choice prompt "Default Scheduler?" - default SCHED_CREDIT2_DEFAULT + default SCHED_CREDIT_DEFAULT config SCHED_CREDIT_DEFAULT bool "Credit Scheduler" if SCHED_CREDIT @@ -236,7 +236,7 @@ config SCHED_DEFAULT default "rtds" if SCHED_RTDS_DEFAULT default "arinc653" if SCHED_ARINC653_DEFAULT default "null" if SCHED_NULL_DEFAULT - default "credit2" + default "credit" endmenu -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |