Print this page
6865006 ldom validate shouldn't check for password file if migration type is set to normal

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/ha-services/gds-agents/xvm/SUNW.ldom
          +++ new/usr/src/cmd/ha-services/gds-agents/xvm/SUNW.ldom
↓ open down ↓ 333 lines elided ↑ open up ↑
 334  334          STRING;
 335  335          DEFAULT = "";
 336  336          TUNABLE = ANYTIME;
 337  337          DESCRIPTION = "Script or command to check the guest domain";
 338  338  }
 339  339  
 340  340  {
 341  341          PROPERTY = Password_file;
 342  342          EXTENSION;
 343  343          STRING;
      344 +        DEFAULT = "";
 344  345          TUNABLE = WHEN_DISABLED;
 345  346          DESCRIPTION = "The complete path to the file containing the target host password";
 346  347  }
 347  348  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX