Actions
Issue #8838
closedpulp file content upload: --chunk-size option should allow unit specifier in arg
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Start date:
Due date:
Estimated time:
Severity:
1. Low
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Following up from IRC, this:
pulp file content upload --chunk-size
currently takes a value whose unit is assumed to be bytes.
For larger values, it would be extremely useful to allow a unit to be specified, such as 'k', 'm', 'g' (or, if you think differentiating between powers of 10 vs powers of 2 is important, an alternate specifier). A simple approach might be to match nginx (that's how I ran into this, after modifying the client_max_body_size option). I'm new to pulp, so I don't know what other examples there are within pulp.
Updated by daviddavis over 2 years ago
- Status changed from NEW to CLOSED - DUPLICATE
Actions