Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Will push to git@github.com:joyent/smartos-live.git upstream/dev-bhyve
  2.  
  3. commit 418a880cbc73ebdb1d72bcfb2ba97e5a794d926e (HEAD -> dev-bhyve)
  4. Author: John Levon <john.levon@joyent.com>
  5. Date: Fri Feb 23 00:36:51 2018 +0000
  6.  
  7. OS-6617 remove forceload for viona and vmm from /etc/system
  8.  
  9. diff --git a/overlay/generic/etc/system b/overlay/generic/etc/system
  10. index e74f9f06..3951d945 100644
  11. --- a/overlay/generic/etc/system
  12. +++ b/overlay/generic/etc/system
  13. @@ -154,16 +154,3 @@ set sd:sd_io_time=10
  14.  
  15. * Use hires tick to improve some scheduling latency issues
  16. set hires_tick=1
  17. -
  18. -*
  19. -* Used by bhyve. If not forceloaded, the /dev/vmm and /dev/viona nodes are
  20. -* missing. Trying to modload then immediately using them involves a race in
  21. -* that modload(1M) returns once _init(9E) completes. The sdev_plugin(9F) is not
  22. -* registered until attach(9E) completes.
  23. -*
  24. -* Another wrinkle seems to be that if the device nodes are not present when
  25. -* zones start, the device nodes never show up in the zones. This makes it
  26. -* rather hard to have a autoboot zone that runs bhyve.
  27. -*
  28. -forceload: drv/vmm
  29. -forceload: drv/viona
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement