VMware vSphere

 View Only
Expand all | Collapse all

Understanding Storage vMotion

  • 1.  Understanding Storage vMotion

    Posted Feb 18, 2025 03:31 AM

    Hi to all,

    I need to be sure for the behavior of storage vmotion in the following case:

    Source: Host01 - local datastore

    Target: Host01 - FC san datastore

    Does the traffic go through the LAN or through the FC?

    Thanks 



    ------------------------------
    Federico
    ------------------------------


  • 2.  RE: Understanding Storage vMotion
    Best Answer

    Posted Feb 18, 2025 04:19 AM

    Since it's basically a local copy, network is not involved.

    André




  • 3.  RE: Understanding Storage vMotion

    Broadcom Employee
    Posted Feb 18, 2025 05:24 AM

    and if you open up esxtop you can immediately see what happens :)




  • 4.  RE: Understanding Storage vMotion

    Posted Feb 18, 2025 05:48 AM

    Hi Duncan,

    great, but how I can see using esxtop what happens?




  • 5.  RE: Understanding Storage vMotion

    Posted Feb 19, 2025 11:05 AM

    vMotion traffic occurs on the port it is configured to use. You can see this by Host, Configure, Networking, VMKernel Adapters. Look under 'Enabled Services'. The one that says vMotion is the VMKernel that has been assigned to it. For example, lets say it is "vmk1"

    To find the physical port associated with the VMKernel adapter, go to Host, Configure, Networking, Virtual Switches. Find the Virtual Switches that have VMKernel ports, expand the arrow next to it, and find the VMKernel Adapter you found in the previous step (the example I used was "vmk1")

    Hope this helps




  • 6.  RE: Understanding Storage vMotion

    Posted Feb 20, 2025 04:43 AM

    The discussion is about Storage vMotion though. 




  • 7.  RE: Understanding Storage vMotion

    Broadcom Employee
    Posted Feb 20, 2025 11:36 PM
    Looks like a tough one.. let's see.. hdd presented to host via fc... Vsan
    uses disk and comms via network.... Answer.
    Both!. Correct me if I'm wrong

    --
    This electronic communication and the information and any files transmitted
    with it, or attached to it, are confidential and are intended solely for
    the use of the individual or entity to whom it is addressed and may contain
    information that is confidential, legally privileged, protected by privacy
    laws, or otherwise restricted from disclosure to anyone else. If you are
    not the intended recipient or the person responsible for delivering the
    e-mail to the intended recipient, you are hereby notified that any use,
    copying, distributing, dissemination, forwarding, printing, or copying of
    this e-mail is strictly prohibited. If you received this e-mail in error,
    please return the e-mail to the sender, delete it from your computer, and
    destroy any printed copy of it.




  • 8.  RE: Understanding Storage vMotion

    Posted Feb 21, 2025 04:04 AM

    Hmm, it isn't made clear in the OP if vSAN is in use, he just says 'local disk'. Agreed, if it's copying to/from a vSAN then the vSAN VMK will be in use. If it's just a local disk then I'd guess there'd be no network involvement.




  • 9.  RE: Understanding Storage vMotion

    Posted Feb 21, 2025 04:21 AM

    Federico,

    Host01 can do storage vmotion from local storage to FC SAN attached storage without vmotion networking configured.

    Storage vmotion is using Provisioning vmkernel for data transfer or Management vmkernel if Provisioning vmkernel not enabled, however it will use vmotion vmkernel, if you have configured one. But, in your case traffic will never leave host networking, and move between FC network and your local disk(SAS or NVMe).

    I would advise you to enable Provisioning service on your vMotion vmkernel interface. It will enable Unified Data Transport.

    You can read about it here: https://www.vmware.com/docs/vsphere-vmotion-unified-data-transport




  • 10.  RE: Understanding Storage vMotion

    Posted Feb 21, 2025 08:28 AM

    I'm assuming this will work on a hot, storage vMotion only move?




  • 11.  RE: Understanding Storage vMotion

    Posted Feb 21, 2025 10:58 AM

    Yes Trevor, I only be sure that the traffic flow not pass through network.

    thanks to all