Solved

Exlude disks from Snapshot using Rubrik

  • 20 January 2020
  • 4 replies
  • 2537 views

I want to exclude some disks from my snapshot, using Rubrik on my Nutanix VM.

I use the script from rubrik (which is a Patch) to exclude some disks from my nutanix vm like this:

{
"excludeDiskIds": [
"diskid1",
"diskid2"
]
}

I get these disks id from the nutanix API (which is a get), but when I snapshot the machine from Rubrik the disks are still included.


Am I doing something wrong? Is the "Nutanix Disk ID" equal to the one requested from the Rubrik script? 
Thank you

 
icon

Best answer by Alessiow 2 March 2020, 08:10

View original

This topic has been closed for comments

4 replies

In the Nutanix API for snapshot creation, I do not see any option to ignore/omit virtual machine disks from the snapshot. The VM itself is the most granular object targeted by the Nutanix snapshot. 
If you are looking to exclude disks from replication from this Nutanix snapshot to secondary storage by Rubrik I would have to suggest asking Rubrik support as I did not find any answers from their site. 

hello Jeremy.
I asked Rubrik support. The said to me that with my AOS version of Nutanix, i’m not able to do correctly the snapshot, and they said to me that I have to upgrade the AOS to the 5.11.2 version. Thank you!

Userlevel 3
Badge +4

In the Nutanix API for snapshot creation, I do not see any option to ignore/omit virtual machine disks from the snapshot. The VM itself is the most granular object targeted by the Nutanix snapshot. 
If you are looking to exclude disks from replication from this Nutanix snapshot to secondary storage by Rubrik I would have to suggest asking Rubrik support as I did not find any answers from their site. 

Userlevel 3
Badge +4

@Alessiow were you able to resolve the issue following advice from Rubrik?

@Alessiow were you able to resolve the issue following advice from Rubrik?

Right now , I  can’t upgrade to the latest AOS version, so I didn’t try it yet.