mdadm icon indicating copy to clipboard operation
mdadm copied to clipboard

Management tool for Linux md/raid

Results 9 mdadm issues
Sort by recently updated
recently updated
newest added

I use the kernel is Linux version4.14.78, In clustered environments, when raid1 is recovering(not resyncing),I try to add new disk with the command mdadm --manage /dev/md125 -a /dev/sdd, in this...

while compiled with -Werror=maybe-uninitialized/-Werror=format-overflow=, it failed [snip] | Incremental.c: In function 'Incremental_container': | Incremental.c:1593:3: error: 'mdfd' may be used uninitialized in this function [-Werror=maybe-uninitialized] | close(mdfd); | ^~~~~~~~~~~ [snip] super-intel.c:...

The last resort service uses %i which the escaped version of the path like dev-md-boot for /dev/md/boot. The service fails since mdadm expects the unescaped path, which is represented by...

While compiling with `-Werror=format-truncation=', it failed [snip] |super0.c:236:32: error: 'snprintf' output may be truncated before the last format character [-Werror=format-truncation=] | snprintf(nb, sizeof(nb), "%4d", d); | ^ |super0.c:236:3: note: 'snprintf'...

e->percent access the mdstat_ent which was already freed in free_mdstat Signed-off-by: Zhipeng Xie

Adding detailed descriptions of the following to the md(4) manpage: - How reads/writes work in detail, especially with respect to the minimum/maximum number of bytes that are always fully read/written....

This fixes a compile warning when building with musl: In file included from util.c:27:0: | qemux86-64/usr/include/sys/poll.h:1:2: error: #warning redirecting incorrect #include to [-Werror=cpp] | #warning redirecting incorrect #include to |...