Recent content by bbx1_

  1. B

    VM migration speed question

    Sorry to dig up this semi-old thread but I thought I'd also chime in. I have a small cluster I'm working on and I've been able to achieve 2.1GiB/s this morning. Server: Dell R240, 64GB memory, ZFS Raid 10 (4x960GB SSD) Switch: Mellanox SX1024 NIC: 2xPort Mellanox Connect (MT27500) Networking...
  2. B

    Proxmox installed on 16Gb

    Thank you for that, I haven't considered it because I wanted separation between my VM disks and OS but I can give it a shot. So during proxmox installation, I would just select the proxmox installation for zfs raid10 and select all 4 of my SSDs? I do recall seeing a space allocation piece...
  3. B

    Proxmox installed on 16Gb

    Thank you, I've decided to quickly revamp the installation. The 4x960GB SSDs that I wanted to use for VM storage, I can scale that down by 50%. I disabled the Dell IDSDM for now and reinstalled Proxmox. I used SDA and SDB to in ZFS Mirror-1 to be my OS install and then I will create a ZFS...
  4. B

    Proxmox installed on 16Gb

    Hello Proxmox communitiy, I am currently working on a small proof of concept build to show off Proxmox and its functionality for my organization. I have the following hardware: 3x Dell R240 E2236 CPU 64GB memory 4-Port gigabit NIC 2-Port Mellanox 40/56GB NIC 4xDell Enterprise PM883 960GB per...
  5. B

    Building Proxmox HCI Proof of Concept - Dell R240

    Hey everyone, I am looking to build a small 3-node cluster to test at work for small scale deployments. A Proof of Concept (PoC) pretty much. I plan on testing a hyper-converged configuration, no shared iSCSI storage for now. I have three Dell R240 servers to use. These are servers I have...
  6. B

    Proxmox VE Trainings

    The training FAQ page states that there is a certificate. https://www.proxmox.com/en/services/training "At the end of the training you will receive a Certificate of Completion provided by Proxmox Server Solutions GmbH. It's the official recognition for your knowledge."
  7. B

    No applicable section to post this - Support Hours of Proxmox

    Thank you. All i want is to deploy Proxmox and move away from VMware in the near future. VMware is extremely expensive and we just don't have enough of a complex enviroment to warrant using VMware. Proxmox and it's functionality is ideal. I would rather have our CTO pay Proxmox and help grow...
  8. B

    No applicable section to post this - Support Hours of Proxmox

    Thank you very much for the excellent reply. I think now this falls into communication. You outlined it well in this forum post, but that should also be communicated much more clearly on the support webiste. "hey, we follow Austrian business hours, but if you are in north america, one of our...
  9. B

    No applicable section to post this - Support Hours of Proxmox

    Hello Proxmox team. I have reviewed the forum sections and did not find any spot that is applicable for me to post my comments so I decided to post in this section. Sorry. This is not in any way meant to be negative to Proxmox. All I care about is the growth and success of proxmox, one cluster...
  10. B

    [SOLVED] Migration failure due to ISO storage

    I've found my own solution to this and am able to have my VMs functional now. For anybody coming across this post in the future, this worked for me. Seeing as I was getting an error regarding the following that I tried to remove: ide2...
  11. B

    [SOLVED] Migration failure due to ISO storage

    Thank you Stefan for the reply. I will not delete random files anymore, I was just going based on some search results. I just tried the above command and my putty session just sat there after I ran qm shutdown 105 oot@PROXHOST:~# qm unlock 105 root@PROXHOST:~# qm shutdown 105 ^CVM...
  12. B

    [SOLVED] Migration failure due to ISO storage

    Hello everyone, I have seem to run into an issue that I cannot recovery from at this time. Last week, I wanted to migrate a VM from one host to another. I tried to do so but was abrulplly told that it cannot happen due to the following: Used shared storage 'QNAPISO' is not online on source...
  13. B

    Suggestion - Continue using proxmox during iso upload to local storage

    Hello Proxmox, I am presenting a suggestion if a solution for this does not exist. I have a few ISOs that I will be uploading locally to my node and during this 4-10gb transfer, I am unable to do anything within the interface as the upload screen. I have an Abort button, which I don't want to...
  14. B

    Playing around with HA and proxmox, cannot open /dev/pve/vm-xxx

    Thank you very much. As I am learning, your command helped me greatly. For reference if anybody else runs into this issue, this was the command: root@NODE2:~# mv /etc/pve/nodes/NODE2/qemu-server/102.conf /etc/pve/nodes/NODE1/qemu-server/102.conf Thank you!
  15. B

    Playing around with HA and proxmox, cannot open /dev/pve/vm-xxx

    Good morning everyone, I was experimenting and playing around with my Proxmox 3 node cluster. I was testing HA more specifically. Each server has 2x300GB drives in Raid-1. Nothing complex but something easy for me to pilot and learn on. I only have a Local and Local-LVM stoage. I did add...