Changes between Version 61 and Version 62 of TipAndDoc/VM/KVM


Ignore:
Timestamp:
Mar 27, 2018 5:23:51 PM (6 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/VM/KVM

    v61 v62  
    2727 
    2828 * [http://symfoware.blog68.fc2.com/blog-entry-964.html Ubuntu 12.04 + KVM上のWindows仮想OSのディスクIOの改善 - Symfoware] 
     29 
     30 * [https://serverfault.com/questions/396105/is-there-a-way-to-determine-which-virtual-interface-belongs-to-a-virtual-machine networking - Is there a way to determine which virtual interface belongs to a virtual machine in a kvm host? - Server Fault] 
     31 > {{{#!sh 
     32 > for vm in $(virsh list | grep running | awk '{print $2}'); do echo -n "$vm:"; virsh dumpxml $vm| grep -oP "vnet\d+" ; done 
     33 > }}} 
    2934 
    3035 == Client ==