formatting

This commit is contained in:
Paul Maconi 2024-11-11 09:01:38 -06:00
commit b145f643f6
2 changed files with 9 additions and 4 deletions

View file

@ -73,7 +73,8 @@ drwxrwxrwx 1 root root 294 Apr 16 2024 ..
root@pve-m-0:~# exit
logout
Connection to pve-m-0 closed.
aggraxis@whirlwind:~/Desktop/osimages$ 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
aggraxis@whirlwind:~/Desktop/osimages$ 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$
@ -192,9 +193,13 @@ Now that the VM itself has been built, we need to log in to the Proxmox node via
[,shell]
----
root@pve-m-0:~# cd /mnt/pve/nfs-kraken/osimages/
root@pve-m-0:/mnt/pve/nfs-kraken/osimages# qm disk import 106 Fedora-Server-KVM-41-1.4.x86_64.qcow2 nfs-kraken --format qcow2
root@pve-m-0:/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', fmt=qcow2 cluster_size=65536 extended_l2=off preallocation=metadata compression_type=zlib size=7516192768 lazy_refcounts=off refcount_bits=16
Formatting '/mnt/pve/nfs-kraken/images/106/vm-106-disk-1.qcow2',
fmt=qcow2 cluster_size=65536 extended_l2=off preallocation=metadata
compression_type=zlib size=7516192768 lazy_refcounts=off
refcount_bits=16
transferred 0.0 B of 7.0 GiB (0.00%)
transferred 76.7 MiB of 7.0 GiB (1.07%)
transferred 148.4 MiB of 7.0 GiB (2.07%)

View file

@ -1 +1 @@
17997
3183