Skip to content

Commit

Permalink
output
Browse files Browse the repository at this point in the history
ironicbadger committed Sep 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5b106fc commit ff0cadc
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion hardware/moose/HL15.md
Original file line number Diff line number Diff line change
@@ -85,4 +85,22 @@ Then, if all went well run:
qm start <VMID>
```

And your disks will show up with their native 4k sectors making ZFS and anything else fussy happy.
And your disks will show up with their native 4k sectors making ZFS and anything else fussy happy. Notice how each disk has a serial too? Nice.

```
[root@moose-jbdata:~]# zpool status
pool: jbdata
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
jbdata ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
scsi-0QEMU_QEMU_HARDDISK_9MG6ARZJ ONLINE 0 0 0
scsi-0QEMU_QEMU_HARDDISK_9MH2BWLU ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
scsi-0QEMU_QEMU_HARDDISK_XJG0HXDM ONLINE 0 0 0
scsi-0QEMU_QEMU_HARDDISK_X1G4EPXL ONLINE 0 0 0
errors: No known data errors
```

0 comments on commit ff0cadc

Please sign in to comment.