Skip to content

feat: adding qtree tools#59

Open
Hardikl wants to merge 6 commits intomainfrom
hl_qtree
Open

feat: adding qtree tools#59
Hardikl wants to merge 6 commits intomainfrom
hl_qtree

Conversation

@Hardikl
Copy link
Contributor

@Hardikl Hardikl commented Mar 17, 2026

No description provided.

params := url.Values{}
params.Set("name", qtreeName)
params.Set("svm", svmName)
params.Set("volume", volumeName)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add these also?
params.Set("fields", "id,volume.uuid")

They are probably returned anyways but better to request what's needed?

if in.Volume == "" {
return out, errors.New("volume name is required")
}
if in.Name == "" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also validate if NewName is provided?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants