Search results

  1. B

    Unable to add ceph storage

    Yes - I do, this is a test environment after all. How do you expand the number of PGs in in a pool? Does this have to be done through the CLI? Don't see any options to do it in the GUI.
  2. B

    Unable to add ceph storage

    Doh.. managed to get it mounted now. Can you recommend some reading on the best practices for PGs and best practices for storing virtual machine disks? There is a link to a guide in the proxmox Ceph how-to guide but that doesn't seem to make any sense - it seems to make up PGs for things that...
  3. B

    Unable to add ceph storage

    Hi, I'm testing ceph in a 3 node cluster. I followed the official guide (https://pve.proxmox.com/wiki/Ceph_Server) and created a ceph cluster with 3 x nodes, each having 4 x Disks attached. My ceph cluster talks to each other using 10.10.10.0/24 network. I have managed to get as far as actually...
  4. B

    [SOLVED] Job for pvedaemon.service failed.

    Fixed it... just had to run: apt-get dist-upgrade -y
  5. B

    [SOLVED] Job for pvedaemon.service failed.

    Hello, I have just setup 3 x Identical Proxmox VMs running in VMWare workstation to test out the HA capabilities (The end goal is to install Ceph on them and see how it goes). My 3 nodes are called: pm-ha01 - 10.2.10.131 pm-ha02 - 10.2.10.132 pm-ha03 - 10.2.10.133 After installing all 3...
  6. B

    Proxmox VE 4.4 released!

    I'm having some trouble with the HTML5 console on iOS Devices via Safari / Safari on my OS X Sierra. Is this supposed to work or is it not currently supported?
  7. B

    What is your backup strategy?

    Hello, Historically I have only ever used Hyper-V or VMWare in "Production" environments, both mature products with good support for third party backup tools that can connect to the host directly and make a backup of the VM. You can then restore the entire VM or do a more granular file-level...
  8. B

    Proxmox node name change

    I just found this thread (First hit on google for 'proxmox change hostname'). I am running Proxmox 4.4-2 and I have an assortment of both containers and VMs on my host (qemu). It is a single-host environment, no clustering in use. I am however using a 3-disk RAIDZ-1 for storage (as configured...
  9. B

    Firewalling question - securing the management interfaces

    I see, so it basically adds an "anti-lockout" rule on the local subnet that the management interface is on, and I need to add manual drop rules? # pve-firewall localnet local hostname: pve local IP address: 10.12.18.230 network auto detect: 10.12.18.0/24 using detected local_network: 10.12.18.0/24
  10. B

    Firewalling question - securing the management interfaces

    Hmm, I just enabled it, no change. Even with the rule disabled, shouldn't I have locked myself out fully from the system - with the default input policy set to "DROP" and the firewall enabled?
  11. B

    Firewalling question - securing the management interfaces

    Hello, I've got a Proxmox server that I need to connect to the internet directly (it is a hosted dedicated server). I then have a single IPv4 and IPv6 addresses provided by the hosting provider which will be assigned to this server. An additional IPv4 subnet and additional IPv6 subnets will be...
  12. B

    Add VLANs without reboots / network restarts?

    I see... so this is different in the way VMWare does it in that when you setup a VM, you have to connect it to a "Virtual Network" which is a different workflow than PM Can you clarify what you mean by 'NODE'? Is that like a management interface / network interface for iSCSI / migration...
  13. B

    Add VLANs without reboots / network restarts?

    Let me preface this by saying I come from a vmWare background. I've got a small-mid sized virtual environment - about 100 VMs, 3 hosts. I setup PM 4.1 for trial purposes in my lab. If it goes well, I will consider migrating. PM seems to have all the features I need built in which is fantastic...