IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
adjust conversion messages
fix displaying all possible takeover/duplicating conversion types
raid:
adjust segment type descriptions listing possible conversions
report:
handle displayint data_offset and new_data_offset properly
on duplicating sub LVs
more header comments
add lv_raid_in_sync() API to use from lv_extend/lv_reduce
to prevent reshaping LVs from being resized
more argument checks
less messages on device change reshaping
lv_manip:
use lv_raid_ins_sync in lv_extend/lv_reduce
activate duplication tree to avod unsafe table loads on merge
cleanup
lv_manip:
fix raid specific stripe rounding
{columns,report}.c:
introduce new_data_offset field
support callback function with _lv_update_and_realod_eliminate_lvs() to
allow for changes to an LV between the 2 metadata updates and reloads therein
use ^ in _raid_split_duplicate()
streamlined
support region size change with check of metadata device limit
add duplicate argument to _yes_no_conversion() to adjust prompts
use RETURN_* in more places
add to possible_types
{lv,raid}_manip,lvconvert:
support --name option to select sub lv with --unduplicate
lv_manip/raid_manip: optimize uspace metadata device wiping
report: display RAID data_offset per image LV with -a output rather than with the top-level lv
comments
fix data_copies on TAKEOVER_FN calls
fix _lv_free_reshape_space() reshape_len
add more possible_types conversion
raid:
add descriptor field to segment types to display on failing conversion
merge:
remove now superfluous _data_rimages_count()
all:
comments
more RETURN_IF_*() added
introduce LV_RESHAPE_REMOVE flag
lv_manip:
reshape_len corrections
report.c:
enhanced stripes and data stripes to pay attention to LV_RESHAPE_REMOVE flag
introduce function argument check macrors
introduce raid_total_extents()
introduce _lv_reshape_get_new_len()
rename _reshape_change_size()
added a few missing state transition definitions to possible types
enhance possible conversion type processing
enhance disk(s) add/remove reshape size processing
enhance lv_raid_rimage_extents
allow for direct raid4 <-> raid6 takeover
more area_multiple work