[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[BUG] Xen causes a host hang by using xen-hptool cpu-offline
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: "Gao, Ruifeng" <ruifeng.gao@xxxxxxxxx>
- Date: Wed, 27 Jul 2022 01:19:46 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=AtIWbaQf/xawa3bLuWnhKVwiN8vOXyA33nTyvx+cc+s=; b=Y9rHd8E5heVQszPhpa6wxiiYCY6PgFVhHmDn5Xjz3vSUgIZNuT3dmu9U+EiHJCjyqkucs6FyrFcLiOC1FK5dpINTDyd3CH6FxHuPLWnOtBQ67kJPTaavgPHAAy6JjYVZlFLPXQbmFd+wByZE9Zpj26G7znxRp80sggrJLJZBC3VXiaoPWFai5UkpeIEnaULLVudCUJ0BBqk7AUHhoBLpyEdhgbb+TPMsAqLAvydtuvEKdq1rsbKxQqfRZbFoucGOMHvdV4iMbrLcMxI+k+5pOCUxl8oZSKWWJr+mwISnCB0BC41Y0DWOVlUbtrHwyprp3BFlUVv2HiPqqacP3Zwd0w==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=FKQ+VRRxuD1SJ4uBTW/rH6PCWtiR3y/pxR41lBVlcC2RvbhZxUPCD4A/d1333EM3VA3S4C8zpnm8YV/0GWillQFWeoI8+6nK+U75YxyKL3Q7oC3T2xtLGruyiNgq0Oa0Q4H/yIBaMK1Tzyz4zZ46XHjXKoRwdpZTZM+cmtgDIqvHJDLOb2r9iUnfiCVCcWvlbhMWG0ub79gIv5aJDgA7mfeMUOWT2il8ekYHOToIWa2PWCUxYd2M57kiSzjWXApqPLLNH4/XOoDL9K2FXswkouhv1siod7rkZosDW/RG3Rc1ea2DybFC4OmkkRhRmGw6soHgCQFKCi/X23yDVo1adg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=intel.com;
- Delivery-date: Wed, 27 Jul 2022 04:11:04 +0000
- Dlp-product: dlpe-windows
- Dlp-reaction: no-action
- Dlp-version: 11.6.500.17
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AdihT5m7mvST/DbqR8ay9ayHgdYZGg==
- Thread-topic: [BUG] Xen causes a host hang by using xen-hptool cpu-offline
Problem Description:
Trying to execute "/usr/local/sbin/xen-hptool cpu-offline <cpuid>", the host
will hang immediately.
Version-Release and System Details:
Platform: Ice Lake Server
Host OS: Red Hat Enterprise Linux 8.3 (Ootpa)
Kernel: 5.19.0-rc6
HW: Intel(R) Xeon(R) Gold 6336Y CPU @ 2.40GHz
Xen Version: 4.17-unstable(ab2977b027-dirty)
Reproduce Steps:
1. Boot from Xen and check the information:
[root@icx-2s1 ~]# xl info
host : icx-2s1
release : 5.19.0-rc6
xen_version : 4.17-unstable
xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_32p
hvm-3.0-x86_64
platform_params : virt_start=0xffff800000000000
xen_changeset : Thu Jul 14 19:45:36 2022 +0100 git:ab2977b027-dirty
2. Execute the cpu-offline command, here cpuid is 48 as an example:
[root@icx-2s1 ~]# /usr/local/sbin/xen-hptool cpu-offline 48
Actual Results:
The host will hang immediately.
Expected Results:
The selected CPUs will be offline after executing the "xen-hptool cpu-offline"
command.
Additional Info:
On previous Xen commit 4.17-unstable(58ce5b6c-dirty), after executing the same
command, the host works normally.
Attachment:
icx-2s1.log
Description: icx-2s1.log
|