1. delete redundant soft links of kernel files I've created before and
update this information in kernel_version.md.
2. the kernel version of centos/aarch64/7.6.1810 we use has been changed
into 4.14.0-115.el7.0.1.aarch64.
Signed-off-by: Xu Xijian <hdxuxijian(a)163.com>
---
doc/job/kernel_version.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/job/kernel_version.md b/doc/job/kernel_version.md
index 3e94ca8..4a193fb 100644
--- a/doc/job/kernel_version.md
+++ b/doc/job/kernel_version.md
@@ -6,10 +6,10 @@ Meaning:
- If kernel_version is not given by users, it will use the default one.
- Here are the kernel versions we support for different os:
openeuler/aarch64/1.0
- - 4.19.90-2001(default)
+ - 4.19.90-vhulk2001.1.0.0026.aarch64(default)
openeuler/aarch64/20.03
- - 4.19.90-2003(default)
+ - 4.19.90-2003.4.0.0036.oe1.aarch64(default)
- 4.19.90-mysql
- 4.19.90-nginx
@@ -18,7 +18,7 @@ Meaning:
- 5.8.0-1-arm64
centos/aarch64/7.6.1810
- - 4.14.0-115.el7a.0.1(default)
+ - 4.14.0-115.el7.0.1.aarch64(default)
centos/aarch64/7.8.2003
- 4.18.0-147.8.1.el7(default)
@@ -29,10 +29,10 @@ Meaning:
Related files:
- In initramfs boot process, every kernel version is related with a vmlinuz, module and headers.
- Files like below under $boot_dir, an example $boot_dir can be "/srv/os/openeuler/aarch64/20.03/boot".
-├── headers-4.19.90-2003.cgz
-├── modules-4.19.90-2003.cgz
-├── vmlinuz-4.19.90-2003
-└── vmlinuz -> vmlinuz-4.19.90-2003
+├── headers-4.19.90-2003.4.0.0036.oe1.aarch64.cgz
+├── modules-4.19.90-2003.4.0.0036.oe1.aarch64.cgz
+├── vmlinuz-4.19.90-2003.4.0.0036.oe1.aarch64
+└── vmlinuz -> vmlinuz-4.19.90-2003.4.0.0036.oe1.aarch64
Usage example:
-- submit iperf.yaml testbox=vm-2p8g queue=vm-2p8g~$USER os=openeuler os_arch=aarch64 os_version=20.03 runtime=20 kernel_version=4.19.90-2003
+- submit iperf.yaml testbox=vm-2p8g queue=vm-2p8g~$USER os=openeuler os_arch=aarch64 os_version=20.03 runtime=20 kernel_version=4.19.90-2003.4.0.0036.oe1.aarch64
--
2.23.0