Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

MayaNAS provides high-availability operation in

Active-Passive

Active-Active

  1. Install proper licenses that enables the following optional features
    Failover option
    Snapshot option
    Replication option
  2. Choose a number between 1 ..255 for cluster id, use that value for all resources to be managed as cluster resource.  It is recommended to defer any storage pool or volume creation till failover configuration is finished.
  3.  Attach persistent disks to the primary node such that the device names and disk resource name are the same. This is used by HA scripts to fence and forcibly take over disk resources.
  4. The node names should match the name -n output and resolve to IP address correctly either with proper /etc/hosts entries or DNS. Make sure it does not resolve to localhost 127.0.0.1 address.
  5. Decide on the virtual IP address.  This is the floating IP address for the currently active server as decided by cluster heartbeat mechanism.
  6. Optionally you would need ping node ip address (usually the gateway ip address)
  7. If needed erase  any previous information on the disks with command wipefs

gcloud compute instances attach-disk mayanas-ha1 --disk=data-1  --device-name  data-1






  • No labels