Recent content by Xilmen

  1. X

    Change api token life

    how i can use with this: https://docs.ansible.com/ansible/latest/modules/proxmox_module.html
  2. X

    Change api token life

    i use https://pve.proxmox.com/wiki/Proxmox_VE_API I create, remove, configure my container and VM with this ... but api token expire every 2 hours. i read "NOTE: Tickets have a limited lifetime of 2 hours. But you can simple get a new ticket by passing the old ticket as password to the...
  3. X

    Change api token life

    Nobody has an answer to this question?
  4. X

    Change api token life

    Token named "ticket". I get this token with this command : curl -k -d "username=root@pam&password=yourpassword" https://10.0.0.1:8006/api2/json/access/ticket
  5. X

    Change api token life

    Hello, it's possible to change api token life ? Thank you.
  6. X

    FreeNAS virtIO/PCI passthrough LACP

    I do not understand why you proposed to make a bond on the host in this case ? do you explain me ?
  7. X

    FreeNAS virtIO/PCI passthrough LACP

    if i add a (fake)mac adress in my bond0, i resolv my problem ?
  8. X

    FreeNAS virtIO/PCI passthrough LACP

    Ok, thanks for this information. What is the best practice for my problem ?
  9. X

    FreeNAS virtIO/PCI passthrough LACP

    I tried to map my bonding from my host to my freenas, here is my performance. root@freenas:~ # iperf -c 192.168.100.151 -P 4 ------------------------------------------------------------ Client connecting to 192.168.100.151, TCP port 5001 TCP window size: 32.8 KByte (default)...
  10. X

    FreeNAS virtIO/PCI passthrough LACP

    Hello, I'm currently virtualizing my FreeNAS to VM on my proxmox. However, I have a problem. These are the tests I did. On proxmox: For debian the LACP is working properly. (network virtIO bonding on vm) For freeNAS the LACP does not work. (network virtIO lagg on vm) Physical machine Same...
  11. X

    VM Template "ovirt agent"

    Thanks for the information, I did not know if it is useful or not :)
  12. X

    VM Template "ovirt agent"

    Hello everybody, I followed the documentation: https://pve.proxmox.com/wiki/VM_Templates_and_Clones which looks back to -> https://github.com/rharmonson/richtech/wiki/CentOS-7-1511-Minimal-oVirt-Template. And I do not understand the used "ovirt agent" which is I think different from "Qemu...
  13. X

    lxc apparmor="DENIED" operation="mount" error=-13

    Thank's, it's work with lxc.hook.pre-start (not lxc.hook-pre-start) Have a good day ! :)
  14. X

    lxc apparmor="DENIED" operation="mount" error=-13

    Hello, I look at my logs, and I notice that. I have a problem on one of my LXC container (he host Openvpn) audit: type=1400 audit(1502146004.740:77): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-container-default-cgns" name="/" pid=15472 comm="(openvpn)"...