Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: changed to private cli for cifs_ntlm_enabled #1563

Merged
merged 1 commit into from
Nov 30, 2022

Conversation

Hardikl
Copy link
Contributor

@Hardikl Hardikl commented Nov 29, 2022

All apis are svm scoped and svm is unique in cluster. Changing instance key from svm_uuid to svm.

A250-41-42-43::> vserver show
                               Admin      Operational Root
Vserver     Type    Subtype    State      State       Volume     Aggregate
----------- ------- ---------- ---------- ----------- ---------- ----------
A250-41-42-43 
            admin   -          -          -           -          -
A250-42     node    -          -          -           -          -
A250-43     node    -          -          -           -          -
astra_ci_vc_esxi_24_75_data 
            data    default    running    running     astra_ci_  vmware_
                                                      vc_esxi_   aggr
                                                      24_75_
                                                      data_root
nfs_vserver data    default    running    running     nfs_       astra_
                                                      vserver_   aggr2
                                                      root
nvmevs1     data    default    running    running     nvmevs1_   astra_
                                                      root       aggr3
vmware_vm   data    default    running    running     vmware_vm_ astra_
                                                      root       aggr1
7 entries were displayed.

A250-41-42-43::> vserver create -vserver nvmevs1

Error: command failed: The Vserver name is already used by another Vserver. 

Prior:
image

With Changes:
image

@rahulguptajss rahulguptajss merged commit fad4c2f into main Nov 30, 2022
@rahulguptajss rahulguptajss deleted the svm_cifs_ntml_change branch November 30, 2022 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change REST SVM template to collect cifs_ntlm_enabled via private CLI
3 participants