Skip to content

Commit

Permalink
Lint cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamat committed Sep 28, 2024
1 parent f79a9b1 commit 5e69381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/configuring-nfs-in-smartos.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ commands for our SmartMachine client VM (vm100):
cn112 [0] /usr/sbin/zfs create -p -o quota=1.5g -o
> sharenfs='rw=@172.25.0.0/24:@172.25.1.0/25,ro=@172.25.1.128/25,root=172.25.0.100'
> zones/nfs/c9fd4db6-5da0-4b0d-8c7a-87c55b10caff vm100 [0] /usr/sbin/mount -Fnfs -o rw,intr
> 172.25.0.49:/zones/nfs/c9fd4db6-5da0-4b0d-8c7a-87c55b10caff /mnt/n
fs-pool
> 172.25.0.49:/zones/nfs/c9fd4db6-5da0-4b0d-8c7a-87c55b10caff /mnt/nfs-pool
vm100 [0] /opt/local/bin/grep nfs-pool /etc/vfstab
172.25.0.49:/zones/nfs/c9fd4db6-5da0-4b0d-8c7a-87c55b10caff - /mnt/n
fs-pool nfs - yes -
172.25.0.49:/zones/nfs/c9fd4db6-5da0-4b0d-8c7a-87c55b10caff - /mnt/nfs-pool nfs - yes -

In the following setup, I include necessary network configuration
details since neither the server nor the client are currently
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started-with-smartos.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ SmartOS can run in a virtual machine. However, if nested virtualization is
unavailable, some HVM features will not function.

See:

- [SmartOS as a VMWare Guest](smartos-as-a-vmware-guest.md)
- [SmartOS as a VirtualBox Guest](smartos-as-a-virtualbox-guest.md)
- [SmartOS as a UTM Guest on Apple Silicon](smartos-as-a-utm-guest.md)

0 comments on commit 5e69381

Please sign in to comment.