]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdadm: Increase number limit in md device name to 1024.
authorShminderjit Singh <shminderjit.singh@oracle.com>
Mon, 26 Aug 2024 10:06:50 +0000 (10:06 +0000)
committerMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Wed, 4 Sep 2024 07:30:43 +0000 (09:30 +0200)
commitf786072a3e2928766a9b4f1b7d3372a601c259ea
treed080b36fde4b53f58bb265453ff5799f1315f2ec
parentb1d38b512aa3162b5089fbf6b02357ed5fdf5760
mdadm: Increase number limit in md device name to 1024.

Updated the maximum device number in md device names from 127 to 1024.
The previous limit was causing issues in the automation framework.
This change ensures backward compatibility and allows for future
scalability.

Fixes: 25aa7329141c ("mdadm: numbered names verification")
Signed-off-by: Shminderjit Singh <shminderjit.singh@oracle.com>
util.c