Search results

  1. B

    pve ceph basic install with no extra configurations - performance question

    Bumping up the thread again. I've added a additional server with the same 10G network, (iperf /rsync goes at 10G between the nodes) - however I have the same slow ops on HDD or SSD's 10-13 ops per osd, no matter if it's HDD or SSD. Are there any fine-tuning steps to be done over the...
  2. B

    optimal use of 6 x 2TB nvme

    Hi, I'm scratching my head here with the following storage setup - I have 6 x 2TB nvme and I need to "provide" maximum storage with some redundancy. Let's say that IOPS is not that important and the fact the in theory the nvme's (INTEL SSDPE2KX020T8) are fast enough for my needs (LXC ->...
  3. B

    pve ceph basic install with no extra configurations - performance question

    Disks are Toshiba Enterprise 10TB For now I don't have almost no workload, a couple of vm's that are idling
  4. B

    pve ceph basic install with no extra configurations - performance question

    Hi, I have the following setup: 4 x Dell R740xD 512G RAM 6x10TB SATA 2x10G bond to Mikrotik CSR3xx (20G bonds) - for Storage Network 2x1G bond for VM's to a Juniper Switch Ceph configuration is as it comes by default: [global] auth_client_required = cephx...
  5. B

    encrypt VM disks

    Hi, I'm looking for a solution to have the KVM / LXC VM encrypted so the PVE Admin can't access data inside. Something that the customer can access his environment via SSH / Web but without a proper authorization the disk or environment to be unusable for a foreign eye. Any ideas are welcomed.
  6. B

    Mounting external CephFS in PVE6.3

    Hi, I have a external (same rack) Ceph cluster used by Openstack and I want to share its resources with Proxmox. I've followed the instructions from here: https://x.x.x.x:8006/pve-docs/chapter-pvesm.html#storage_cephfs Then from Datacenter->Storage-> Add CephFS I see that there are options...
  7. B

    [SOLVED] 2 bridges 1VM

    I've solved - I could not see the forest from the trees :) On every other setup I have routed environments, in this one not - so I had to NAT it. I'll mark it as solved.
  8. B

    [SOLVED] 2 bridges 1VM

    Hi, I'm a seasoned proxmox admin and unfortunately i've hit a brick wall with a basic config that I have successfully working in 8 servers and in this one, no luck: auto lo iface lo inet loopback iface lo inet6 loopback auto enp8s0 iface enp8s0 inet manual up route add -net 1.2.3.128...
  9. B

    exposed local paths' to LXC (mpX) are read-only

    temporarily solved by making the /mnt/dataX folders 777 files created inside the container: -rw-r--r-- 1 100000 100000 0 Feb 25 17:53 x.x
  10. B

    exposed local paths' to LXC (mpX) are read-only

    Hi, I'm working on a PoC to make a HDFS cluster with LXC and I have a couple of JBOD's mounted in debian with pve : /dev/sdc1 3.6T 89M 3.4T 1% /mnt/data1 /dev/sdd1 3.6T 89M 3.4T 1% /mnt/data2 /dev/sde1 3.6T 89M...
  11. B

    Does migration even work ? Storage 'xxx' not available, but can't duplicate !

    I've bumped in the same situation and let me explain it with easier words so that everybody can understand. When you have a cluster you will need to have some resources "shared" , in this case the storage paths. Look at the /etc/pve/storage.cfg - there you will have the storage paths defined...
  12. B

    3 node cluster advice

    Well, I have now VM's on all of them. I should empty a node, reinstall, create a "cluster" on it and then move VM's there (via backup/restore) and only after I have the second node empty, I can join it ?
  13. B

    3 node cluster advice

    I have the following setup, independent machines: pve1 - proxmox v4.0 pve2 - proxmox v4.1.1 pve3 - proxmox v5.0 I want to make a new cluster with v6 and so far I did: 1. migrate all vm's from pve1 to pve3 [done] 2. reinstalled pve1 with v6 [done] 3. started migration of all vm's from pve2 to...
  14. B

    [BUG Found] unable to remove LXC container

    Hi, The server is stopped now waiting to be mounted in the rack but the ISO name is: proxmox-ve_4.0-0d8559d0-17
  15. B

    [BUG Found] unable to remove LXC container

    Hi, System: fresh proxmox 4 install, local storage is 400g SSD and secondary /storage is 12TB HDD I create a LXC container using the provided ubuntu14 template: Formatting '/storage/images/102/vm-102-disk-1.raw', fmt=raw size=1099511627776 mke2fs 1.42.12 (29-Aug-2014) Discarding device...