From c1980aebe6597950c34fc9e94d54e8fd0177cc27 Mon Sep 17 00:00:00 2001 From: Weisson Date: Fri, 2 Jul 2021 17:06:07 +0800 Subject: [PATCH] use official product name for alibaba cloud bare-metal instances --- virt-what.in | 4 ++-- virt-what.pod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/virt-what.in b/virt-what.in index 520f7b0..3573221 100644 --- a/virt-what.in +++ b/virt-what.in @@ -115,9 +115,9 @@ arch=$(uname -m | sed -e 's/i.86/i386/' | sed -e 's/arm.*/arm/') # Check for Alibaba Cloud if echo "$dmi" | grep -q 'Manufacturer: Alibaba'; then - # Check for Alibaba Cloud X-Dragon Architecture + # Check for Alibaba Cloud ECS Bare Metal (EBM) Instance if ( { echo -e "GET /latest/meta-datainstance/instance-type HTTP/1.0\r\nHost: 100.100.100.200\r\n\r" >&3; grep -sq 'ebm' <&3 ; } 3<> /dev/tcp/100.100.100.200/80 ) 2>/dev/null ; then - echo "alibaba_cloud-x_dragon" + echo "alibaba_cloud-ebm" else echo "alibaba_cloud" fi diff --git a/virt-what.pod b/virt-what.pod index 6e29570..381385b 100644 --- a/virt-what.pod +++ b/virt-what.pod @@ -27,7 +27,7 @@ don't know about or cannot detect. =item B -=item B +=item B This is a cloud computing service based on Alibaba Cloud. -- 1.8.3.1