Projet

Général

Profil

Révision 225a9156

ID225a9156dfc697b15cd06b6d0fd8365a84d2441a
Parent 00f8fce4
Enfant aee6a152

Ajouté par Bianco Veigel il y a plus de 5 ans

add proxmox comment

Voir les différences:

plugins/libvirt/kvm_cpu
52 52
    if suffix:
53 53
        vm_name = re.sub(suffix,'',vm_name)
54 54

  
55
    # proxmox uses kvm with -name parameter
55 56
    parts = vm_name.split('\x00')
56 57
    if (parts[0].endswith('kvm')):
57 58
        try:
plugins/libvirt/kvm_io
50 50
    suffix = os.getenv('vmsuffix')
51 51
    if suffix:
52 52
        vm_name = re.sub(suffix,'',vm_name)
53
    # proxmox uses kvm with -name parameter
53 54
    parts = vm_name.split('\x00')
54 55
    if (parts[0].endswith('kvm')):
55 56
        try:
plugins/libvirt/kvm_mem
49 49
    if suffix:
50 50
        vm_name = re.sub(suffix,'',vm_name)
51 51

  
52
    # proxmox uses kvm with -name parameter
52 53
    parts = vm_name.split('\x00')
53 54
    if (parts[0].endswith('kvm')):
54 55
        try:
plugins/libvirt/kvm_net
99 99
    suffix = os.getenv("vmsuffix")
100 100
    if suffix:
101 101
        vm_name = re.sub(suffix, "", vm_name)
102
    # proxmox uses kvm with -name parameter
102 103
    parts = vm_name.split('\x00')
103 104
    if (parts[0].endswith('kvm')):
104 105
        try:

Formats disponibles : Unified diff