Print
Parent Category: Knowledge Base
Category: Oracle VM for SPARC (LDoms)

The Oracle documentation on configuring virtual disk devices provides instructions on several ways to configure vdisks for your guest ldoms, but unfortunately doesn't tell you about the severe performance issues you can encounter from following those instructions.

My strong recommendation is: do not use files or volumes as the backend devices for your virtual disk. You will get much better performance by passing whole disk devices through from the service domain into the guest domains.

The only time you should use a volume as your virtual disk backend is in a "play" environment: for example, here are some instructions on using ZFS volumes to clone LDOM disk images (strangely enough, the author and I are both called Tom Shaw -- no relation!). This could be useful if you want to practice certain procedures and iterate quickly. However, if you ever plan to move the environment to production you should migrate onto whole disk vdisks.

Here's why you shouldn't use ZFS volumes as virtual disk backends:

If you want the flexibility of sharing a ZFS pool across multiple virtual machines, you should consider using zones instead of ldoms.