blob: 6fbaec40e1ba5b36058a6d60e973ed1d5dd79ff1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
graphic: 0.966
device: 0.868
instruction: 0.829
semantic: 0.783
other: 0.650
vnc: 0.495
network: 0.443
mistranslation: 0.365
boot: 0.336
assembly: 0.329
KVM: 0.309
socket: 0.287
using the "scsi-cd" option on arm64 platform
Description of problem:
When using OpenStack to create a virtual machine instance, I need to configure the password of the root user through cloud-init. I use the ConfigDriver method, in which OpenStack will mount a virtual disk in iso9660 format to the virtual machine instance. The command line generated by OpenStack is shown above. You can see that this ConfigDrive virtual disk is mounted via "--device scsi-cd". But when I entered the virtual machine instance and used lsblk, blkid and searched in /dev/disk/by-label, I did not find the virtual disk that should be mounted. In addition, I don't have more debugging messages or error messages. I want to know if the "scsi-cd" is not fully adapted to arm64 platform.
|