Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It may be ideal to use local Storage VMs with a VMware ESXi hypervisor. These VMs enlist, but the power type is not detected by MAAS. Commissioning and deployment requires require the "Manual" power type (see next), and requires require manually powering on these VMs (shutdown works).

...

When a chassis is powered on for the first time, the Platform Server auto-detects which power mechanism to use when processing them for deployment. Switch the deployment to manual power control (add the --manual flag to the platform deploy command) and then manually power on machines at the right time as they go through the lifecycle if a chassis has IPMI for power control of the chassis but require requires Platform server to ignore IPMI.

When using manual power control, use CLI commands to know when to power on each chassis, so use the -y <system-id> flag, rather than -n <# of nodes>.

  1. Run the deploy command for an individual chassis, using the  --manual flag and the -y <system-id> flag flags.

  2. Use the --state Commissioning flag to know when to turn the chassis on:.

    Code Block
    languagebash
    platform list nodes --state Commissioning
  3. Power on the chassis as soon as the chassis appears in the list.

  4. The chassis goes through commissioning after being powered on and then powers itself off.

  5. Use the --state Deploying flag to know when to power on the chassis for the final time (to deploy the Storage software):

    Code Block
    languagebash
    platform list nodes --state Deploying
  6. Power on the chassis for the final time as soon as the chassis appears in the list.

Info

Tip

Use the following CLI command to follow the chassis through its lifecycle stages.

...

Code Block
languagebash
platform add bonding-mode --default-bonding-mode "<bonding-mode-to-use>"
Info

Note

This setting is not retroactive. Changing the default bonding mode only applies to the chassis that are deployed after the default mode is set.

...

active-backup

Active-backup

balance-alb

(Platform default) Adaptive load balancing

802.3ad

IEEE 802.3ad

Info

Bonding modes

See Network Devices and Priority for details on bonding modes.

...

Code Block
languagebash
platform subcluster assign -y <system-id> --subcluster <subcluster-name>
Info

Note

Assignment is not immediate. Allow time for every node on the chassis to be migrated to the new subcluster.

...