Bug 11643 - [Anolis23.2][aarch64] 手动触发crash后,机器无法启动,BMC重启后,环境网络配置被清空
Summary: [Anolis23.2][aarch64] 手动触发crash后,机器无法启动,BMC重启后,环境网络配置被清空
Status: CLOSED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: Others (show other bugs) Others
Version: 23.2
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: happy_orange
QA Contact:
URL:
Whiteboard:
Keywords: Function
Depends on:
Blocks:
 
Reported: 2024-11-04 13:28 UTC by Janos
Modified: 2024-11-06 14:49 UTC (History)
9 users (show)

See Also:


Attachments
crash_reboot_log (803.63 KB, image/png)
2024-11-04 13:28 UTC, Janos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Janos alibaba_cloud_group 2024-11-04 13:28:32 UTC
Created attachment 1219 [details]
crash_reboot_log

[缺陷描述]:
手动触发crash后,机器无法启动,BMC重启后,环境网络配置被清空

[复现概率]:
目前仅测试一次

[测试环境]:
环境:线下物理机     
机型:FT2000
ip:192.168.6.14

# cat /etc/os-release
NAME="Anolis OS"
VERSION="23.1"
ID="anolis"
VERSION_ID="23.1"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23.1"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"

# uname -r
6.6.25-2.1.an23.aarch64

# free -h
               total        used        free      shared  buff/cache   available
Mem:           501Gi       5.9Gi       496Gi        36Mi       3.1Gi       495Gi
Swap:          2.0Gi          0B       2.0Gi

# lscpu
Architecture:             aarch64
  CPU op-mode(s):         64-bit
  Byte Order:             Little Endian
CPU(s):                   64
  On-line CPU(s) list:    0-63
Vendor ID:                Phytium
  BIOS Vendor ID:         Phytium
  Model name:             FTC662
    BIOS Model name:      FT-2000+/64 14 CPU @ 2.2GHz
    BIOS CPU family:      280
    Model:                2
    Thread(s) per core:   1
    Core(s) per socket:   64
    Socket(s):            1
    Stepping:             0x1
    BogoMIPS:             100.00
    Flags:                fp asimd evtstrm crc32 cpuid
Caches (sum of all):
  L1d:                    2 MiB (64 instances)
  L1i:                    2 MiB (64 instances)
  L2:                     512 MiB (16 instances)
NUMA:
  NUMA node(s):           1
  NUMA node0 CPU(s):      0-63
Vulnerabilities:
  Gather data sampling:   Not affected
  Itlb multihit:          Not affected
  L1tf:                   Not affected
  Mds:                    Not affected
  Meltdown:               Mitigation; PTI
  Mmio stale data:        Not affected
  Reg file data sampling: Not affected
  Retbleed:               Not affected
  Spec rstack overflow:   Not affected
  Spec store bypass:      Vulnerable
  Spectre v1:             Mitigation; __user pointer sanitization
  Spectre v2:             Vulnerable
  Srbds:                  Not affected
  Tsx async abort:        Not affected

# cat /proc/cmdline
BOOT_IMAGE=(hd1,gpt2)/vmlinuz-6.6.25-2.1.an23.aarch64 root=UUID=81d764dc-c9de-4010-9ad4-0e08a3d93855 ro rhgb quiet selinux=0 console=tty0

# dmidecode -t 0
# dmidecode 3.5
Getting SMBIOS data from sysfs.
SMBIOS 3.1.1 present.

Handle 0x0016, DMI type 0, 26 bytes
BIOS Information
        Vendor: Byosoft
        Version: 4.0.15
        Release Date: 20200430
        Address: 0x88000
        Runtime Size: 480 kB
        ROM Size: 16 MB
        Characteristics:
                PCI is supported
                BIOS is upgradeable
                Boot from CD is supported
                Selectable boot is supported
                ACPI is supported
                BIOS boot specification is supported
                Targeted content distribution is supported
                UEFI is supported


[复现步骤]:
echo c > /proc/sysrq-trigger


[预期结果]:
环境正常启动

[实际结果]:
环境启动失败,串口日志见附件:
Comment 1 yunmeng365524 2024-11-06 14:48:28 UTC
主要原因还是因为默认镜像没有带被测内核的原因,问题在https://bugzilla.openanolis.cn/show_bug.cgi?id=11655 中跟踪。
Comment 2 yunmeng365524 2024-11-06 14:49:22 UTC
更换成6.6.25-2.2_rc1.an23.aarch64内核后,不在出现,问题先关闭