Host/Vault Compatibility II
Each Host keeps a list of compatible Vaults and vice versa
legion_host_vault_list - print or modify compatible vault list (legion_vault_host_list command for vaults)
Empty list means no compatible peers (unlike Class’ acceptable host/vault sets)
Let’s test this:
- print current compatible vault set for one of your hosts:
- legion_host_vault_list -c <host nm> -p
- delete compatible vault form host’s set:
- legion_host_vault_list -c <host nm> -d <vault nm> -p
- try to create object on that host - should fail.
- legion_create_object -c /class/BasicFileClass /TempFile2 -h <host nm>