Opened 15 years ago
Last modified 9 years ago
#8 closed enhancement
Block munging - "merge blocks" — at Version 2
Reported by: | Kris Deugau | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 3.0 |
Version: | Keywords: | ||
Cc: |
Description (last modified by )
Allow merging arbitrary sets of contiguous allocations plus free blocks to create new allocations or allocation trees. The most common use case will likely be extending an allocation into adjacent free space, or merging adjacent allocations given to the same customer, but several other actions are supported:
- Extend a container so that previously adjacent leaf or container allocations are now children
- Extend a container across adjacent allocations, deleting only immediate peer allocations but keeping all suballocations
- Extend a container across adjacent allocations, deleting all allocations involved except those within the original allocation
- Extend a container across adjacent allocations, deleting all suballocations within the new allocation
- Merge a group of leaf allocations into a single leaf allocation
Also supports type conversion, preserving data or deleting it much as above depending on the original and target types. Keeping existing data when converting to IP pools will result in all IPs in the existing allocations being flagged as "used" and filled with the information from the original allocation. Converting from an IP pool to a container type creates /32 allocations for each IP.
Change History (2)
comment:1 by , 10 years ago
Milestone: | → 3.0 |
---|
comment:2 by , 10 years ago
Description: | modified (diff) |
---|