Re: [libvirt] [PATCH] remote generator: Increase upper limit on lists of node devices

2017-02-10 Thread Boris Fiuczynski
On 02/10/2017 04:13 PM, Michal Privoznik wrote: On 02/10/2017 02:56 PM, Boris Fiuczynski wrote: On a system with 697 SCSI disks each configured with 8 paths the command virsh nodedev-list fails with error: Failed to list node devices error: internal error: Too many node_devices '16816' for

Re: [libvirt] [PATCH] remote generator: Increase upper limit on lists of node devices

2017-02-10 Thread Michal Privoznik
On 02/10/2017 02:56 PM, Boris Fiuczynski wrote: > On a system with 697 SCSI disks each configured with 8 paths the command > virsh nodedev-list fails with > error: Failed to list node devices > error: internal error: Too many node_devices '16816' for limit '16384' > Increasing the upper limit on

[libvirt] [PATCH] remote generator: Increase upper limit on lists of node devices

2017-02-10 Thread Boris Fiuczynski
On a system with 697 SCSI disks each configured with 8 paths the command virsh nodedev-list fails with error: Failed to list node devices error: internal error: Too many node_devices '16816' for limit '16384' Increasing the upper limit on lists of node devices from 16K to 64K. Signed-off-by: