You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ha...@apache.org on 2020/08/18 05:21:27 UTC

[cloudstack] branch vSphereAdvancedCapabilitiesDatastoreSupportAPIimprovements created (now 8c264ac)

This is an automated email from the ASF dual-hosted git repository.

harikrishna pushed a change to branch vSphereAdvancedCapabilitiesDatastoreSupportAPIimprovements
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


      at 8c264ac  Fix list volume response to list datastore cluster name and id instead of child datastore

This branch includes the following new commits:

     new 671dd1a  Initial commit adding few required managed object classes and added pbm sdk
     new 41e6468  Added PBM service connect
     new 433dedf  Fix root folder issue on datastore
     new d396fcd  Added importVsphereStoragePolicies API and scheme changes
     new f141f32  Fixed bean creation errors on VsphereStoragePolicyDaoImpl
     new 03e486b  Added Storage policy id to VO
     new 5fe41da  Moved Dao and VO files to different packages
     new 821fae7  Added gen_toc.py changes for API importvpsherestoragepolicies
     new 366e08b  Fixed unit test failure
     new 8dfcf43  Updated code to handle sync of storage policies when importVsphereStoragePolicies API is called multiple times
     new 0b69bab  Check if datastore is complaince with the storagepolicy provided in the disk offering. Added corresponding manager objects from PBM sdk to do the job. Made dao layer changes to read the storage policy in diskoffering
     new 27a6849  Added Storagepolicy while creating diskoffering. CreateDiskOffering API now takes storagepolicy as a parameter with UUID value
     new 1562f16  Unit test fix
     new 817ead2  Fix NPE in case of preparing secondarystorage on Host
     new 6f4b185  Use VStorageObjectManager for disk operations.
     new d483a81  Added PBM jar dependency for vsphere 6.7 version
     new a6d100f  Bug fixing on default base folder
     new fa0192a  VMFS to presetup change
     new e92ed5e  UI changes and accept any type of datastore as presetup in vmware
     new e9a5dcb  importVsphereStoragePolices improvements
     new b172b4c  Fix importstorage policies to update deleted policies on vcenter
     new db49f6b  Fix response list on importVsphereStoragePoliciescmd
     new 7c0fce5  Added listVsphereStoragePoliciesCmd
     new 1743e9a  Logging variable name change
     new fd49017  DataStore Clusters addition as a storage pool
     new b011ba2  Assetion fix in StorageTest.java
     new fa36d3c  Import storagepolicies when vmware datacenter is added or updated
     new 4ff6243  Add Datastore cluster and the child entities which are datastores in the cluster into CloudStack
     new 5999dd0  Register Disk to first class disk whereever possible
     new 7031633  Allocation logic to skip datastore cluster and consider only storagepools inside the datastore cluster
     new 0bf6f03  Handle datastore clusters in list storage pools to list only parent not the children in the Datastore cluster
     new 9b47504  Fix adding Datastore clusters and listing
     new 3f4fe18  Datastore Clusters operations on putting into maintenance mode, update storage pool with tags, cancelling mantenance mode and deleting storage pool
     new 9993b20  Fix NPE on one of the register disk usecases
     new a9e79b4  Datastore cluster: update tag to the child storagepools also
     new 1a4a525  Generalise linked clone formats which are different for each datastore type
     new 7086ecf  Fix immutable list to add another entry to list
     new 93d7410  inter-cluster migration support
     new 8fea3cd  Use clonevm task while creating template from volume
     new 6ef44b5  Datastore cluster maintenance failure case handling.
     new 8da1e81  Add checks before actual deletion of datastore cluster
     new 6ab29de  Fix updateconfiguration API to add settings to child datastores in case of datastore clusters
     new 1216e0b  Fix prepare template API incase of Datastore cluster
     new bee19b9  Fix ListVMsCmd with storageid as datastore cluster
     new 3dcccb2  Fix migrate vm and volume APIs in case if datastore cluster
     new 5617303  Handle listsystemvms cmd in case of datastore clusters
     new 65aa029  Adding Storagepolicies to the service offering for root disks
     new c6974d0  Base folder creation on datstores restrict only to primary storages, for secondary storage datastore it is not required
     new 39836b5  Fix test cases
     new 2868b98  Changed workflow for storing volumes in sec storage
     new 4f943fc  fix some more test cases
     new e47dece  Changed artifact id from pbm for vmware-pbm for policy based management
     new 199477d  Deleted temporary files
     new 37835a3  Fixed unexpected token Exception
     new d64b55d  Fix simulator code for SimulatorStorageProcessor.java
     new 09a732c  Handle failure case of putting datastore cluster on maintenance mode
     new 5d0292d  Simulator failures fixing
     new 99a3212  Fixed a smoke test while taking snapshot
     new 3010cee  Remove registering virtual disk code
     new e3ded4b  Fix addition of datastore clusters not to configure it as non NFS storage
     new aa0f0d0  Fix addition of datastores with invalid vCenter server details
     new 2a91507  Fix findstoragepoolsformigration cmd not to list the parent datastore cluster as suitable storagepool
     new b71e3f4  Handle volume copy from secondary to primary in case of vSAN
     new 8c264ac  Fix list volume response to list datastore cluster name and id instead of child datastore

The 64 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.