• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. rdfeij
    3. Best
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 11
    • Best 1
    • Controversial 0
    • Groups 0

    Best posts made by rdfeij

    • RE: Problem Capturing right Host Primary Disk with INTEL VROC RAID1

      @george1421
      I have it working, created a postinit script with:

      IMSM_NO_PLATFORM=1 mdadm --verbose --assemble --scan
      rm /dev/md0
      ln -s /dev/md126 /dev/md0
      

      Although it recognizes md126 it still tries to do everything to md0, that’s why the symlink is in.
      Thank to @Ceregon https://forums.fogproject.org/post/154181

      Tested and working with SSD Raid1, NVME raid1 and resizable en non-resizable imaging.

      It would be nice if there is a possibility to select postinit scripts per host(group).
      This way there is no need for difficult extra scripting to define if correct hardware is in the system.

      posted in General Problems
      R
      rdfeij
    • 1 / 1