Quantcast
Viewing all articles
Browse latest Browse all 9859

Update VRA Storage Reservation Size

Hi All,

 

After adding datastore to a cluster need to increase storage reservation  in VRA as shown below. My requirement is increase VRA Storage Reservation through a workflow.

 

Image may be NSFW.
Clik here to view.
Reservation.png

 

 

 

I tried the following

var entity = System.getModule("com.vmware.library.vcac").getReservationEntityByName(vcacHost,reservationName) ;

attrNewProperties = new Properties();

attrNewProperties["ReservationStorageSizeGB"] = "778"

System.getModule("com.vmware.library.vcac").updateEntity(entity,attrNewProperties ,links) ;

 

The workflow executes without error but no updates are seen on the VRA portal.

 

Interestingly VRO shows updated property.

 

Image may be NSFW.
Clik here to view.
vroReservation.png

 

Any idea how to update Reservation in VRA?

 

Thanks


Viewing all articles
Browse latest Browse all 9859

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>