1. 27 9月, 2017 1 次提交
  2. 22 9月, 2017 1 次提交
    • J
      news: remove kernel version reference from switchdev entry · 9eba1168
      Ján Tomko 提交于
      The functionality was added in 4.8, but due to a rename of
      the DEVLINK_CMD_ESWITCH_GET constant in the kernel headers,
      the headers from kernel 4.11 are required by the libvirt code.
      
      Remove the reference from the news entry, since it could be
      misleading.
      9eba1168
  3. 20 9月, 2017 2 次提交
  4. 19 9月, 2017 2 次提交
    • A
      python: Don't hardcode interpreter path · f34fdd5a
      Andrea Bolognani 提交于
      This is particularly useful on operating systems that don't ship
      Python as part of the base system (eg. FreeBSD) while still working
      just as well as it did before on Linux.
      
      While at it, make it explicit that our scripts are only going to
      work with Python 2, and remove the usage of unbuffered I/O, which
      as far as I can tell has no effect on the output files.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      f34fdd5a
    • A
      perl: Don't hardcode interpreter path · 90b17aef
      Andrea Bolognani 提交于
      This is particularly useful on operating systems that don't ship
      Perl as part of the base system (eg. FreeBSD) while still working
      just as well as it did before on Linux.
      
      In one case (src/rpc/genprotocol.pl) the interpreter path was
      missing altogether.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      90b17aef
  5. 18 9月, 2017 3 次提交
  6. 15 9月, 2017 2 次提交
    • J
      docs: Remove unnecessary <auth> example for iscsi disk type='volume' · 4775ca27
      John Ferlan 提交于
      Alter the example to remove the <auth> from:
      
        <disk type='volume' device='disk'>
          <driver name='qemu' type='raw'/>
          <source pool='iscsi-pool' volume='unit:0:0:1' mode='host'/>
          <auth username='myuser'>
            <secret type='iscsi' usage='libvirtiscsi'/>
          </auth>
          <target dev='vdb' bus='virtio'/>
        </disk>
      
      and
      
        <disk type='volume' device='disk'>
          <driver name='qemu' type='raw'/>
          <source pool='iscsi-pool' volume='unit:0:0:2' mode='direct'/>
          <auth username='myuser'>
            <secret type='iscsi' usage='libvirtiscsi'/>
          </auth>
          <target dev='vdc' bus='virtio'/>
        </disk>
      
      The reality is, it's not even used. For a <source pool> the authdef
      from the storage source pool will supercede whatever is in the <disk>
      definition during virStorageTranslateDiskSourcePool processing. In fact,
      if the pool doesn't have/need authentication, then the authdef would
      be removed anyway as the storage pool would be handling things.
      
      The "proof" for this is in the adjustment to the test to add an
      <auth> for a disk. The resulting .args file won't add what normally
      would be added "myname:encodedpassword@" prior to the hostname in
      the IQN (e.g. iscsi://myname:encodedpassword@iscsi.example.org:3260/...
      4775ca27
    • C
      1f085acb
  7. 12 9月, 2017 2 次提交
  8. 04 9月, 2017 3 次提交
  9. 02 9月, 2017 3 次提交
  10. 01 9月, 2017 1 次提交
  11. 31 8月, 2017 2 次提交
  12. 30 8月, 2017 2 次提交
  13. 29 8月, 2017 3 次提交
  14. 26 8月, 2017 1 次提交
  15. 23 8月, 2017 1 次提交
  16. 21 8月, 2017 1 次提交
  17. 08 8月, 2017 2 次提交
  18. 07 8月, 2017 1 次提交
  19. 06 8月, 2017 1 次提交
  20. 03 8月, 2017 6 次提交