...
Info |
---|
This page describes how to configure datastore discovery options on VMware. For details of how Abiquo discovers datastores and how to manage datastores, see VMware |
Allow datastores mounted on at least one host
You can configure Abiquo to retrieve a datastore if it is mounted, not in maintenance mode, and accessible on at least one host in the cluster.
...
On the Remote Services server, edit the
abiquo.properties
file and add the following propertyCode Block com.abiquo.esxi.clusterdatastore.atleastone=true
To activate the properties, restart the tomcat service of the Remote Services
...
Ignore datastores by name
You can configure Abiquo to ignore datastores by name when you add a host or on an existing host, so that Abiquo will not check or use the datastores. You can still use these datastores outside of the platform.
...
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 |
...