Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-26197

virtiofsd --help and manpage does not agree on --thread-pool-size default value

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • rhel-8.9.0
    • None
    • Trivial
    • sst_virtualization_storage
    • ssg_virtualization
    • 3
    • False
    • Hide

      None

      Show
      None
    • None
    • Red Hat Enterprise Linux
    • None
    • None
    • None
    • None

      What were you trying to do that didn't work?

      The default value of --thread-pool-size in /usr/libexec/virtiofsd --help and man page does not agree. `/usr/libexec/virtiofsd --help` says it is 0, while manpage says it is 64.

      $ man virtiofsd | grep -A 2 thread-pool-size --thread-pool-size=NUM Restrict the number of worker threads per request queue to NUM. The default is 64.
      $ sudo /usr/libexec/virtiofsd --help | grep thread-pool-size --thread-pool-size=NUM thread pool size limit (default 0)
      

      Please provide the package NVR for which bug is seen:

      qemu-kvm-common

      How reproducible:

       
      Always

      Steps to reproduce

      1.  $ man virtiofsd | grep -A 2 thread-pool-size --thread-pool-size=NUM Restrict the number of worker threads per request queue to NUM. The default is 64.
      2. $ sudo /usr/libexec/virtiofsd --help | grep thread-pool-size --thread-pool-size=NUM thread pool size limit (default 0)

      Expected results

      Documented default values should be the same - ideally whatever the default value actually is.

      Actual results

      Documented default values are different.

            gmaglion German Maglione
            rhn-support-mwest Marcus West
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: