vSAN1

 View Only
  • 1.  check component rebuilding in vSAN

    Posted Jun 26, 2018 11:43 AM

    Hi,

    On 4 node vSAN cluster, if we put one node in MM, where can we check the component rebuilding on rest of the three vSAN host ?

    Thanks,



  • 2.  RE: check component rebuilding in vSAN

    Posted Jun 26, 2018 03:48 PM

    If you place a Host into maintenance mode there comes a question about data migration. To ensure data redundancy you should select the first option.

    How much data needs to move and how long i may takes you can check under Cluster-> Monitor -> vSAN -> Resyncing Components. Press the blue  refresh icon from time to time to see the progress.

    Regards,

    Joerg



  • 3.  RE: check component rebuilding in vSAN
    Best Answer

    Posted Jun 26, 2018 04:03 PM

    Hello suhag79

    "On 4 node vSAN cluster, if we put one node in MM, where can we check the component rebuilding on rest of the three vSAN host ?"

    This depends on a number of factors:

    - If you place the host in Maintenance Mode with 'Ensure Accessibility' it will not start rebuilding the data on another node until 60 minutes has passed (with default vsan.clomrepairdelay settings) or until the 'repair Objects immediately' button has been pressed via the vSAN Health page (under 'Data').

    - If you place the host in Maintenance Mode with 'Full Data Evacuation' then it will start recreating the new copies of the data on the rest of the nodes in the cluster (how much and what on each depends on what components already reside there and the available space).

    - If it is a 4-node cluster with RAID5 Storage Policy in use then it can't rebuild any data with only 3 nodes (as 4 Fault Domains are required).

    Resync can be monitored as Joerg's comment above or alternatively via RVC:

    > vsan.resync_dashboard <pathToCluster>

    There also is the possibility of writing some funky scripts to pull this info from CMMDS directly on the host.

    If you want to look at one specific Data Object and where it is reconfiguring/rebuilding then you can look at this Object from the Web Client (Virtual Disks tab and/or select VM in inventory) or via RVC:

    > vsan.vm_object_info <pathToVM>

    or

    > vsan.object_info <pathToCluster> <ObjectUUID>

    Bob