Merging upstream version 4.2+20240118.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ca87d3e0c7
commit
e23dbbb353
29 changed files with 158 additions and 229 deletions
7
Detail.c
7
Detail.c
|
@ -603,13 +603,6 @@ int Detail(char *dev, struct context *c)
|
|||
}
|
||||
|
||||
if ((st && st->sb) && (info && info->reshape_active)) {
|
||||
#if 0
|
||||
This is pretty boring
|
||||
printf(" Reshape pos'n : %llu%s\n",
|
||||
(unsigned long long) info->reshape_progress << 9,
|
||||
human_size((unsigned long long)
|
||||
info->reshape_progress << 9));
|
||||
#endif
|
||||
if (info->delta_disks != 0)
|
||||
printf(" Delta Devices : %d, (%d->%d)\n",
|
||||
info->delta_disks,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue