Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Added Experimental word in admin 'config' CLI help and admin.md #1164

Merged
merged 1 commit into from
Apr 14, 2017

Conversation

msterin
Copy link
Contributor

@msterin msterin commented Apr 13, 2017

this just changes commands output a little:

[root@localhost:~] admin config --help
usage: vmdkops_admin.py config [-h] {init,status,mv,rm} ...

optional arguments:
  -h, --help           show this help message and exit

Init and manage Config DB to enable quotas and access control [EXPERIMENTAL]:

  {init,status,mv,rm}  action
    init               Init Config DB to allows quotas and access groups, aka
                       vmgroups
    status             Show the status of the Config DB
    mv                 Relocate Config DB from its current location [NOT
                       SUPPORTED YET]
    rm                 Remove Config DB
[root@localhost:~] admin config init --local
Warning: this feature is EXPERIMENTAL
Creating new DB at /etc/vmware/vmdkops/auth-db
[root@localhost:~] admin config init --datastore=vsanDatastore
Warning: this feature is EXPERIMENTAL
Creating new DB at /vmfs/volumes/vsanDatastore/dockvols/vmdkops_config.db
Creating a symlink to /vmfs/volumes/vsanDatastore/dockvols/vmdkops_config.db at /etc/vmware/vmdkops/auth-db

@msterin msterin merged commit 36e67bd into master Apr 14, 2017
@msterin msterin deleted the experimentalinfo.msterin branch April 14, 2017 00:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants