Recent content by unixpert

  1. U

    CEPH Benchmark with 6 HDD WesternDigital 2TB

    hi, this is my disk: === START OF INFORMATION SECTION === Model Family: Western Digital Re Device Model: WDC WD2000FYYZ-01UL1B0 Serial Number: WD-WCC1P0518416 LU WWN Device Id: 5 0014ee 25dfed953 Firmware Version: 01.01K02 User Capacity: 2,000,398,934,016 bytes [2.00 TB] Sector...
  2. U

    CEPH Benchmark with 6 HDD WesternDigital 2TB

    Yes, i will add more OSDs or change to SSD. I use 10G network local for CEPH. This is my interface local for every server. auto eth7 iface eth7 inet static address 192.168.2.121 netmask 255.255.255.0 Do I need to adjust mtu in this configuration?
  3. U

    CEPH Benchmark with 6 HDD WesternDigital 2TB

    Hi, Thanks. That means do I need to replace the SSD for OSD ? So, is my network model not the cause ?
  4. U

    CEPH Benchmark with 6 HDD WesternDigital 2TB

    Hi all, I have 3 nodes CEPH Cluster with version 4.4.49-1-pve. All vm are very slow. Can you help me find the cause? Network: - Switch 10GB - Interface 10GB Port For every Server: - OS System: 2 x 500GB raid 1 - OSD: 2 x 2TB HDD 7200rpm CEPH Config: [global] auth client required =...
  5. U

    Can not suspend LXC

    No problem. I will use Shutdown API. Thank you.
  6. U

    Can not suspend LXC

    Hello everybody, I have an error when suspend LXC with API Proxmox. Error log: Maybe i need to upgrade CRIU 2.0. How to i can upgrade criu in proxmox ? Thanks a lot.
  7. U

    403 Permission check failed (permission denied - invalid PVEVNC ticket)

    I have just re-install a new proxmox on local disk (not ceph). No firewall enabled on server. The result is still not change. HTTP/1.1 403 Permission check failed (permission denied - invalid PVEVNC ticket) Cache-Control: max-age=0 Connection: close Date: Sat, 15 Apr 2017 18:12:36 GMT Pragma...
  8. U

    403 Permission check failed (permission denied - invalid PVEVNC ticket)

    Sorry, my English is not good. I would please explain again as below: I am trying to connect to VNC via noVNC using proxmox API (locally, not using console in proxmox web panel) . I made POST request to /api2/json/nodes/{node}/qemu/{vmid}/vncproxy to get vncticket and port. Then, i passed...
  9. U

    403 Permission check failed (permission denied - invalid PVEVNC ticket)

    Hello all forum, I have cluster proxmox with CEPH. I am doing a NOVNC function, but have some errors. Debug: $response = $pve2->post("/nodes/host001/qemu/26252625/vncproxy",$parameters); --> POST HTTP/1.1 200 OK Cache-Control: max-age=0 Connection: close Connection: Keep-Alive Date: Thu, 13...
  10. U

    Multi VLAn with iproute2

    Hello everyone, Can you help me this error ? I am using Proxmox 1.9. I config two vlan on interface eth0. This is my config: auto lo iface lo inet loopback iface eth0 inet manual iface eth1 inet manual auto vmbr117 iface vmbr117 inet static address 100.100.100.117...
  11. U

    VLAN Proxmox 1.9

    Hello, my datacenter help me!!!! THanksss
  12. U

    KVM - Multiple Ethernet devices

    Hello, I done. I removed both of Enthernet. After that, i add e1000 first, rtl8139 second. Now, everything very well. Thank a lot. Proxmox.
  13. U

    KVM - Multiple Ethernet devices

    Hello, I needing help for this, as I tried a lot of things. I search on Proxmox forum but not found. My problem: I am using Proxmox 1.9. I create an KVM with 2 Ethernet devices: - e1000 connect to vmbr0 (Local Network to Backup) - rtl8139 connect to vmbr216 (Public Network) When only has...
  14. U

    How to apply this config in command line ?

    Hello, I see this command: pvesm enable <STORAGE_ID> Can you tell me about <STORAGE_ID> ? Thank you. @