Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Count broken partitions instead of broken disks for placement groups [NBS] Сенсор PlacementGroupsWithRecentlyBrokenTwoOrMoreDisks неправильно работает с partition placement-группами. Он загорается, если ломается 2 и более дисков, но это могут быть диски в 1 партишне, что не страшно. Данный PR меняет логику для partition-placement групп - алерт будет загораться, если сломалось 2 и более партишнов. Для spread-placement групп каждый диск считается за партишн и для них логика не изменилась. * NBSNEBIUS-86: impld garbage FreshDeviceIds filtration in TVolumeState (#206) * NBSNEBIUS-86: not saying that replication is in progress on volume monpage if volume config contains only garbage FreshDeviceIds * NBSNEBIUS-86: moved FreshDeviceIds filtration to TVolumeState::Reset and removed it from the monpage code and removed the corresponding check from TMirrorPartitionState * NBSNEBIUS-86: rendering raw volume config (pretty-printed proto) on volume monpage (#220) * NBSNEBIUS-86: rendering raw volume config (pretty-printed proto) on volume monpage * NBSNEBIUS-86: rendering raw volume config (pretty-printed proto) on volume monpage * NBSNEBIUS-86: TDiskConfigs in DiskRegistry now store event history, history is displayed on DiskRegistry monpage, currently only ReplaceDevice events are added to history - will add other stuff in the next PRs (#233) * NBSNEBIUS-86: writing migration and replication-related events to disk history (#252) * NBSNEBIUS-86: fixed stupid bug: FilteredFreshDeviceIds filtration should not drop all FreshDeviceIds for volumes created after 2023-08-30 (#250) * NBSNEBIUS-86: fixed stupid bug: FilteredFreshDeviceIds filtration should not drop all FreshDeviceIds for volumes created after 2023-08-30 * NBSNEBIUS-86: moved FreshDeviceIds filtration to a separate func --------- Co-authored-by: dvrazumov <[email protected]>
- Loading branch information