Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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 called Backup_1 and Backup_2, set the property as follows.

    Code Block
    com.abiquo.esxi.discovery.datastore.ignorebyname=Backup_.*
  2. 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:

  1. On the Remote Services server, in the abiquo.properties file, set the following property.

    Code Block
    com.abiquo.esxi.experimental.unsafe.ignorebaddatastore=true
  2. 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

...