Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zfs #1

Open
wants to merge 1 commit into
base: r151038
Choose a base branch
from

Conversation

unixbird-ps-storvix
Copy link

@unixbird-ps-storvix unixbird-ps-storvix commented Dec 29, 2023

The command cfgadm does not show disks in OmniOS 151038 VM but only usb related devices.

$>cfgadm -al
Ap_Id                          Type         Receptacle   Occupant     Condition
usb1/1                         usb-input    connected    configured   ok
usb1/2                         unknown      empty        unconfigured ok

Diskinfo does show a list of disks.

$>diskinfo
TYPE    DISK                    VID      PID              SIZE          RMV SSD
-       c2t0d0                  Virtio   Block Device       16.00 GiB   no  no
-       c4t0d0                  Virtio   Block Device       64.00 GiB   no  no

Single quotes prevents expansion. '${DISK}' will still be '${DISK}', not an actual disk name.

The command cfgadm does not show disks but only usb related devices. Diskinfo does show a list of disks.
Single quotes prevents expansion. '${DISK}' will still be '${DISK}', not an actual disk.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant