My upgrade went very well, just having one issue:
Code
/etc/cron.daily/openmediavault-mdadm:
mdadm: Value "omv2:0" cannot be set as devname. Reason: Not POSIX compatible. Value ignored.
This is my md output:
Code
/dev/md0:
Version : 1.2
Creation Time : Mon Aug 7 19:27:47 2023
Raid Level : raid0
Array Size : 23441316864 (21.83 TiB 24.00 TB)
Raid Devices : 6
Total Devices : 6
Persistence : Superblock is persistent
Update Time : Mon Aug 7 19:27:47 2023
State : clean
Active Devices : 6
Working Devices : 6
Failed Devices : 0
Spare Devices : 0
Layout : -unknown-
Chunk Size : 512K
Consistency Policy : none
Name : omv2:0
UUID : b36f5276:7a5eb43e:cfad32f3:51279d74
Events : 0
Number Major Minor RaidDevice State
0 8 0 0 active sync /dev/sda
1 8 16 1 active sync /dev/sdb
2 8 32 2 active sync /dev/sdc
3 8 80 3 active sync /dev/sdf
4 8 64 4 active sync /dev/sde
5 8 48 5 active sync /dev/sdd
Display More
I am not sure why it is named omv2:0 and who named it that way, but clearly the name is violating POSIX standards.
It was typically /dev/md/md127 or something alike and now it is /dev/md/omv2:0
Code
I now changed /etc/mdadm/mdadm.conf to this:
# definitions of existing MD arrays
ARRAY /dev/md/omv1 metadata=1.2 UUID=b36f5276:7a5eb43e:cfad32f3:51279d74
and also rebuild the initframfs:
myuser@openmediavault:~$ sudo update-initramfs -u
Now the command executred by anacron daily is executing without an error message.