Jump to content

Greatestguru

Members
  • Posts

    7
  • Joined

Posts posted by Greatestguru

  1. Make sure the first part has the model equalling 'virtio-scsi'. Doing so will allow the vm to recognize the optical drives and install drivers.

     

    ...
        <controller type='scsi' index='0' model='virtio-scsi'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/>
        </controller>
        <controller type='scsi' index='1' model='virtio-scsi'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x0c' function='0x0'/>
        </controller>
    ...
        <hostdev mode='subsystem' type='scsi' managed='no'>
          <source>
            <adapter name='scsi_host2'/>
            <address bus='0' target='0' unit='0'/>
          </source>
          <readonly/>
          <address type='drive' controller='1' bus='0' target='0' unit='0'/>
        </hostdev>
        <hostdev mode='subsystem' type='scsi' managed='no'>
          <source>
            <adapter name='scsi_host6'/>
            <address bus='0' target='0' unit='0'/>
          </source>
          <readonly/>
          <address type='drive' controller='0' bus='0' target='0' unit='0'/>
        </hostdev>
    ...

     

  2. Hello,

     

    I have a 1920x CPU, 8TB unraid drive, and 2tb of M.2 ssd cache. My web gui becomes inaccessible when I add a media folder to my Plex docker or do other cpu intense tasks. I don't know why it keeps happening. Should I have my movies and music passthrough the cache drive or something? Please let me know what you think may be happening.

     

    Thanks,

    Guru

  3. Hello,

     

    I am currently using the code listed below for one of my drives. How can I code in the another optical drive?

     

    <controller type='scsi' index='0' model='virtio-scsi'/> 
    <hostdev mode='subsystem' type='scsi'>
      <source>
      <adapter name='scsi_host5'/>
      <address type='scsi' bus='0' target='0' unit='0'/>
      </source>
      <readonly/> 
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
    </hostdev>

     

    Thanks,

    Guru

  4. Whenever I reinstall Unraid, I have my Cat7 cable and SPF+ Cable connected. Unraid will not recognize the Cat 7 cable first. The Cat 7 is on the motherboard while the SPF+ is on my 10gb NIC. This leads to me having a IPV4 that is nowhere close to my default gateway. I used know how to configure it work but I completely forgot. Is it a problem with bridging or bonding?

     

     

    Simply change interface rules by putting the 1GB Ethernet as eth0.

×
×
  • Create New...