Bug #23850
Add compression and dedup to zvol API
Status:
Resolved
Priority:
Important
Assignee:
William Grzybowski
Category:
Middleware
Target version:
Needs Merging:
Yes
Needs Automation:
No
Support Suite Ticket:
n/a
Hardware Configuration:
ChangeLog Required:
No
Description
GET request
at present GET request looks like following,
[
{
avail: 12410671104,
name: "test-zvol",
refer: 57344,
used: 57344,
volsize: 1073741824
}
]
it would be really nice if we can have compression as part of the GET response, it will be used in getting the value current of "compression" to the end user. :)
Related issues
Associated revisions
feast(api): add compression and dedup to zvol api endpoint
Ticket: #23850
feat(api): update zvols endpoint doc for new additions
Ticket: #23850
History
#1
Updated by Vaibhav Chauhan over 3 years ago
will it also be possible to provide ZFS Deduplication current value to the GET response as well?
#2
Updated by William Grzybowski over 3 years ago
- Status changed from Unscreened to Screened
- Target version changed from 11.0 to 11.1
#3
Updated by William Grzybowski over 3 years ago
- Status changed from Screened to Resolved
#4
Updated by William Grzybowski over 3 years ago
- Related to Bug #24231: Creating zvols via api only uses name and volsize from input added
#5
Updated by Dru Lavigne over 3 years ago
- Subject changed from Please provide "compression" to the GET response to Add compression and dedup to zvol API
#6
Updated by Dru Lavigne over 3 years ago
- Target version changed from 11.1 to 11.1-BETA1
#7
Updated by Joe Maloney about 3 years ago
- Needs QA changed from Yes to No