RAID5 unknown partition table

  • Hello,


    I upgraded to 0.5 and reboot the system. This takes a very long time and I found the following in the logs



    Is this a problem? Or can the RAID become broken in the future?


    And sorry for my english. I'm from Germany and a german replay is also okay :)


    Greetings


    Alex

  • I have the same error in syslog. I guess It is because you have done the same as me. Make a raid covering the whole device eg. /dev/sdb and not a partition like /dev/sdb1. Then formattet the raid with ext4 or another filesystem.
    Then there will be no partition table on niether the disk /dev/sdb nor on the raid /dev/md127.


    This should be no cause for alarm except the that there will be this error on boot in /var/log/syslog.


    I'm not a raid specialist though - maybe Ryeco have a comment on this?

    • Offizieller Beitrag

    That is a strange error. Upgrading OMV doesn't change anything but the web interface. So, that shouldn't cause the problem. What does cat /proc/mdstat show?

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Code
    Personalities : [raid6] [raid5] [raid4]
    md0 : active raid5 sdb[0] sdc[2] sdd[1]
          5860530848 blocks super 1.2 level 5, 16k chunk, algorithm 2 [3/3] [UUU]
    
    
    unused devices: <none>
    • Offizieller Beitrag

    That looks ok. How about:


    fdisk -l

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Code
    Personalities : [raid6] [raid5] [raid4] 
    md127 : active raid6 sdf[10] sde[7] sdc[8] sdd[6] sda[9] sdb[11]
          11721061888 blocks super 1.2 level 6, 128k chunk, algorithm 2 [6/6] [UUUUUU]


    Disk /dev/xxx indeholder ikke en gyldig partitionstabel = the disk /dev/xxx doesn't contain any valid partition table

    • Offizieller Beitrag

    All of that is fine. How about:


    cat /etc/mdadm/mdadm.conf
    mdadm --examine --scan

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • cat /proc/mdstat

    Code
    Personalities : [raid6] [raid5] [raid4]
    md0 : active raid5 sdb[0] sdc[2] sdd[1]
          5860530848 blocks super 1.2 level 5, 16k chunk, algorithm 2 [3/3] [UUU]
    
    
    unused devices: <none>


    fdisk -l


    cat /etc/mdadm/mdadm.conf (Mailaddr changed by me)


    mdadm --examine --scan (Command takes about 5 seconds)

    Code
    ARRAY /dev/md/SG01 metadata=1.2 UUID=8de9f199:c6e4b147:9b8e008d:dde34fc3 name=openmediavault:SG01
    • Offizieller Beitrag

    BX787, in your case, you might be getting the error because of leftover partitions on the drives. sdb has a gpt partition, sdc has an NTFS partition, and sdd is clean like it should be. While mdadm should ignore them, I think that is what is causing your problem. I try a few things in a VM to see if you can fix it.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    I tried duplicating your setup and it didn't have the long pause at startup. I was able to remove the unnecessary partitions from the drive without losing data. If you want to try this, please have a backup. While I didn't lose any data, I can not guarantee you won't.


    Code
    parted /dev/sdb mklabel msdos
    parted /dev/sdc mklabel msdos

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • cat /etc/mdadm/mdadm.onf


    mdadm --examine --scan

    Code
    ARRAY /dev/md/Storage metadata=1.2 UUID=35931a35:3cc54307:0651f2c9:0e317bc2 name=LHJ-OMV:Storage
    • Offizieller Beitrag

    Jensk, your mdadm scan output line should be in your mdadm.conf.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Zitat von "jensk"


    I believe it is there but I still get:

    Code
    Aug 31 07:59:58 LHJ-OMV kernel: [    2.704100]  sdb: unknown partition table
    Aug 31 07:59:58 LHJ-OMV kernel: [    2.705638]  sdc: unknown partition table
    Aug 31 07:59:58 LHJ-OMV kernel: [    2.706284]  sda: unknown partition table
    Aug 31 07:59:58 LHJ-OMV kernel: [    2.708119]  sdd: unknown partition table
    Aug 31 07:59:58 LHJ-OMV kernel: [    2.708576]  sdf: unknown partition table
    Aug 31 07:59:58 LHJ-OMV kernel: [    2.714945]  sde: unknown partition table
    Aug 31 07:59:58 LHJ-OMV kernel: [    3.682747]  md127: unknown partition table


    in my /var/log/syslog

  • ryecoaaron, first of all thank you very much for your help. because i have not enough space i will try it later if i have enough (first i must buy 2 big external hdds). At the moment this error should not be a problem should it?

    • Offizieller Beitrag

    It doesn't seem to be since it still mounts (slowly).

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Ryeco does it have any implications that i have the same error? I believe i have no old partitions on my drive since they was installed from brand new. I installed them, build the array and formatted the array with ext4 but i didn't make any partiton table on neither the disks nor on the array. I thought this was ok or...?

    • Offizieller Beitrag

    Well if you have the same error, maybe it is a specific driver?? I've never had that error and can't find about it. bx787, what mothrtboard? You might have posted but I am on my phone.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • ASRock G31M-GS


    dmidecode

    • Offizieller Beitrag

    That board should be fully supported by Debian Squeeze. Maybe a bios issue...

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!