update console blocks to look like the other style guide work folks are doing

This commit is contained in:
Paul Maconi 2026-07-04 09:14:57 -05:00
commit 81de4a1873

View file

@ -46,12 +46,12 @@ Before we create the VM, we will need to find and upload our disk image to the P
Once you create a directory to house your disk images, you will need to upload the disk image file via scp into the Proxmox node. `scp [image_filename] root@[node_name]:/path/to/images/[image_filename]`
[,shell]
[source,console]
----
aggraxis@whirlwind:~$ cd Desktop/osimages/
aggraxis@whirlwind:~/Desktop/osimages$ ls
$ cd Desktop/osimages/
$ ls
Fedora-Server-KVM-41-1.4.x86_64.qcow2
aggraxis@whirlwind:~/Desktop/osimages$ ssh root@pve-m-0
$ ssh root@pve-m-0
root@pve-m-0's password:
Linux pve-m-0 6.8.12-2-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-2 (2024-09-05T10:03Z) x86_64
@ -62,7 +62,7 @@ individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Nov 9 11:03:50 2024
root@pve-m-0:~# ls -alh /mnt/pve/nfs-kraken/osimages/
# ls -alh /mnt/pve/nfs-kraken/osimages/
drwxrwxrwx 1 1026 users 462 Nov 11 08:20 .
drwxrwxrwx 1 root root 294 Apr 16 2024 ..
-rwxrwxrwx 1 1026 users 1.6G Apr 20 2024 fedora-coreos-39.20240322.3.1-qemu.x86_64.qcow2
@ -70,23 +70,23 @@ drwxrwxrwx 1 root root 294 Apr 16 2024 ..
-rwxrwxrwx 1 1026 users 574M Apr 16 2024 Fedora-Server-KVM-39-1.5.x86_64.qcow2
-rwxrwxrwx 1 1026 users 629M Apr 24 2024 Fedora-Server-KVM-40-1.14.x86_64.qcow2
-rwxrwxrwx 1 1027 users 913M Aug 30 13:44 rhel-9.4-x86_64-kvm.qcow2
root@pve-m-0:~# exit
# exit
logout
Connection to pve-m-0 closed.
aggraxis@whirlwind:~/Desktop/osimages$ scp Fedora-Server-KVM-41-1.4.x86_64.qcow2 \
$ scp Fedora-Server-KVM-41-1.4.x86_64.qcow2 \
root@pve-m-0:/mnt/pve/nfs-kraken/osimages/Fedora-Server-KVM-41-1.4.x86_64.qcow2
root@pve-m-0's password:
Fedora-Server-KVM-41-1.4.x86_64.qcow2 100% 659MB 110.7MB/s 00:05
aggraxis@whirlwind:~/Desktop/osimages$
$
----
=== Verify the image is in place
While not completely necessary, we logged back in to the Proxmox node and verified that the file had actually uploaded to the target directory. We'll come back to this path later when it is time to import the disk image to a VM.
[,shell]
[source,console]
----
aggraxis@whirlwind:~/Desktop/osimages$ ssh root@pve-m-0
$ ssh root@pve-m-0
root@pve-m-0's password:
Linux pve-m-0 6.8.12-2-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-2 (2024-09-05T10:03Z) x86_64
@ -97,7 +97,7 @@ individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Nov 11 08:18:31 2024 from 192.168.218.217
root@pve-m-0:~# ls -alh /mnt/pve/nfs-kraken/osimages/
# ls -alh /mnt/pve/nfs-kraken/osimages/
total 5.8G
drwxrwxrwx 1 1026 users 462 Nov 11 08:20 .
drwxrwxrwx 1 root root 294 Apr 16 2024 ..
@ -107,7 +107,7 @@ drwxrwxrwx 1 root root 294 Apr 16 2024 ..
-rwxrwxrwx 1 1026 users 629M Apr 24 2024 Fedora-Server-KVM-40-1.14.x86_64.qcow2
-rwxrwxrwx 1 1024 users 660M Nov 11 08:20 Fedora-Server-KVM-41-1.4.x86_64.qcow2
-rwxrwxrwx 1 1027 users 913M Aug 30 13:44 rhel-9.4-x86_64-kvm.qcow2
root@pve-m-0:~#
#
----
=== VM Creation: General
@ -190,10 +190,10 @@ Now that the VM itself has been built, we need to log in to the Proxmox node via
*** The format may vary depending on where you are storing the VM. The test articule uses an NFS mount, and qcow2 formatted images are preferred in this usage scenario.
[,shell]
[source,console]
----
root@pve-m-0:~# cd /mnt/pve/nfs-kraken/osimages/
root@pve-m-0:/mnt/pve/nfs-kraken/osimages# qm disk import 106 \
# cd /mnt/pve/nfs-kraken/osimages/
# qm disk import 106 \
Fedora-Server-KVM-41-1.4.x86_64.qcow2 nfs-kraken --format qcow2
importing disk 'Fedora-Server-KVM-41-1.4.x86_64.qcow2' to VM 106 ...
Formatting '/mnt/pve/nfs-kraken/images/106/vm-106-disk-1.qcow2',
@ -208,13 +208,11 @@ transferred 7.0 GiB of 7.0 GiB (99.33%)
transferred 7.0 GiB of 7.0 GiB (100.00%)
transferred 7.0 GiB of 7.0 GiB (100.00%)
Successfully imported disk as 'unused0:nfs-kraken:106/vm-106-disk-1.qcow2'
root@pve-m-0:/mnt/pve/nfs-kraken/osimages#
#
----
When the import process finishes you should get a success message like the one shown above. This process was done on a storage array with rotational hard disks, and it still only took a few seconds to complete.
=== VM Configuration: Disk
Now that the disk is part of the VM, we can go back to the hardware tab, highlight the new unused disk, and click edit. You shouldn't need to change anything and can safely just click `Add`.