...
On the Remote Services server, in the
abiquo.properties
file, set the following property to a Java regular expression string to match the name of the datastores to ignore.
For example, to add an ESXi host or cluster with multiple datastores and ignore two datastores calledBackup_1
andBackup_2
, set the property as follows.Code Block com.abiquo.esxi.discovery.datastore.ignorebyname=Backup_.*
To activate the properties, restart the tomcat service of the Remote Services
Ignore datastores that are not writeable
To configure Abiquo to ignore datastores that are not writeable:
On the Remote Services server, in the
abiquo.properties
file, set the following property.Code Block com.abiquo.esxi.experimental.unsafe.ignorebaddatastore=true
To activate the properties, restart the tomcat service of the Remote Services
Note |
---|
If you activate this property, the platform may remove inaccessible datastores during an infrastructure check |
...