Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-5556

Fix method of populating device entries for `/dev/nvidia-uvm`, etc.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0
    • None
    • Mesosphere Sprint 36, Mesosphere Sprint 37
    • 2

    Description

      Currently, the major/minor numbers of `/dev/nvidiactl` and `/dev/nvidia-uvm` are hard-coded. This causes problems for `/dev/nvidia-uvm` because its major number is part of the "Experimental" device range on Linux.

      Because this range is experimental, there is no guarantee which device
      number will be assigned to it on a given machine. We should use `os:stat::rdev()` to extract the major/minor numbers programatically.

      Attachments

        Activity

          People

            klueska Kevin Klues
            klueska Kevin Klues
            Benjamin Mahler Benjamin Mahler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: