3136N/APatch for FACT-662 Extend
ldom.rb to indicate whether ldom creation is supported
5858N/A+#######################################################################
5858N/A+# Oracle has modified the originally distributed contents of this file.
5858N/A+#######################################################################
3136N/A+ # Resolution: Provides the following logical_domain information.
3136N/A+ # current: The current environment is logical domain.
3136N/A+ # supported: The current environment is control domain which can have logical
3136N/A+ # unsupported: Logical domain is not supported on the environment
3136N/A+ virtinfo = virtinfo[0] # Doesn't need to check each logical-domain class
3136N/A+ # Even control domain can have "logical_domain => current"
3136N/A+ # To verify, control-role property should be examined.
3136N/A+ ctrl_role = %x{virtinfo -c current get -Ho value control-role logical-domain 2>
/dev/null}