Search results

  1. A

    Backup failed PVE 4.1

    I observed backup is not possible for disk image that with iothread=1. This is what I get when try to manually backup VM: How to disable iothread for a running VM?
  2. A

    vzdump backup status (node1.local.dns) : backup failed

    Lately I encountered backup failed on KVM vm. Here are the error received from node itself. 100: Feb 13 01:00:04 INFO: Starting Backup of VM 100 (qemu) 100: Feb 13 01:00:04 INFO: status = running 100: Feb 13 01:00:05 INFO: update VM 100: -lock backup 100: Feb 13 01:00:09 INFO: backup mode...
  3. A

    How do I setup my proxmox 4 host and vm / container to be connected to the outside world?

    In Proxmox, there are 3 level of firewall. You should enable firewall in all level. define your general security group and all individual rule for each group. apply security group to host level, if necessary, vm level. eg. at "datacenter" level, I just want certain IP or VPN to be able to...
  4. A

    Problem with remove disk on ceph storage

    @Melanxolik, I encountered similar problem two days ago. End up I did same steps like what mentioned by Q-wulf, it is a pain when you have a lot and large vDisk.
  5. A

    Usable space on Ceph Storage

    sorry about this, unfortunately at this moment I can't bring down in-operation sshd servers for ceph pool. but I just updated the benchmark for single SSHD, results seems weird and must slower compared to those with hardware RAID. https://forum.proxmox.com/threads/newbie-need-your-input.24176/...
  6. A

    Usable space on Ceph Storage

    Thanks for the clear example and explanation. Definitely another meaniful class for me today!
  7. A

    Why LXC Disk I/O Slower than KVM?

    Thanks for sharing. As I am try to select which best for application server (web apps). In this case what is the best criteria to choose between KVM and LXC in proxmox if not using above benchmark as guideline?
  8. A

    Usable space on Ceph Storage

    Do you mean on same storage but with different pool configuration, eg. size =2 for replication of 2 per files?
  9. A

    Why LXC Disk I/O Slower than KVM?

    Maybe this is not the right place to ask, but hopefully member here able to guide me to right direction to find out this differences. I had created 2 VM (KVM and LXC) to do benchmark. Seems like LXC disk I/O much slower than KVM with virtio. May I know what should I look into to have both same...
  10. A

    Usable space on Ceph Storage

    Hi, I am trying to understand the usable space showed in proxmox under ceph storage. I tried to google but no luck to get direct answer. I am appreciate senior here can guide me about how to calculate usable space. I had refer to...
  11. A

    Newbie need your input

    hi Q-wulf, thanks for your details breakdown and explanation, appreciate very much! Let me take down some of the nodes to do test run with your recommendation and come back with some results.
  12. A

    Newbie need your input

    hi guys, thanks for your great explanation and input. This definitely helps. To avoid data lost, short service life of consumer SSD might not be the option now. But again, how difficult to replace or rebuild a faulty SSD that used as journal? Replication will be on host basis instead of OSD...
  13. A

    Newbie need your input

    Getting more confuse on ceph storage now. From some reference mentioned that ceph will turn into best storage architecture but it seems like it is susceptible to data integrity as well. Loss of journal may lead to data loss, so what are the advantages of ceph distributed block storage compared...
  14. A

    Newbie need your input

    Hi, Thanks for your input. The whole setup is almost similar to Proxmox ceph test but I'm using 4 x 1TB SSHD (without hardware raid, just individual disk) for ceph storage x 4 nodes, and SSD basically for journal and OS. Based on your description, do you recommend instead of journal on SSD...
  15. A

    Newbie need your input

    What type of SSD are we talking about ? >>> Samsung EVO 850 I am assuming you will be using 1 SSD for OS and 1 SSD for journal ? >>> Yes, correct. 1.) at how many "--numjobs" does your SSD max out? --numjobs=1 bw=25884KB/s, iops=6471 --numjobs=2 bw=42705KB/s, iops=10676 --numjobs=3...
  16. A

    Newbie need your input

    AFAIK, SSD in general faster then SSHD. sshd just a combination of NAND flash with HDD.
  17. A

    Newbie need your input

    Thanks for your input. Journal will be on SSD. SSHD is the primary storage.
  18. A

    Newbie need your input

    Thanks for your reply. It is DGS-1210 (48 ports), should be 104Gbps for backplane speed. The reason why doing so is we don't have 10Gbe interface for both switch and server. To my knowledge network bonding does help on network throughput, maybe I am wrong here.
  19. A

    Newbie need your input

    Hi all, I am new to Proxmox and really impressed by PVE4.0 HA and live migration of KVM VM after tested with 3 nodes. Unfortunately my management not going to pump additional capital to invest on new full set hardware and currently we have following ready hardware: 2 x Dell C6100 4 nodes...