Search results

  1. E

    OVSBond + OVSBridge setup problem

    I bought a subscription and then did an upgrade. I am now showing proper version. dpkg -l | grep openvs ii openvswitch-common 2.3.0-1 amd64 Open vSwitch common components ii openvswitch-switch 2.3.0-1 amd64...
  2. E

    OVSBond + OVSBridge setup problem

    In the GUI I created an OVSBond named bond1 of interfaces eth1 and eth3 and then created an OVSBridge named vmbr1. However after rebooting, if I do an ifconfig there is no bond1 interface or vmbr1. Here is the relevant section of the interfaces file. iface eth1 inet manual iface eth3 inet...
  3. E

    Questions on new Proxmox + Ceph Install

    I am a bit of a newbie and have a couple quick questions on a new install. I have 3 Dell Servers with PERC 730 RAID controllers. Attached to the RAID controller I have 6 4TB drives all setup as individual RAID 0's for the OSD's. What is the recommendation for the following RAID controller...
  4. E

    Ceph Cluster Hardware Configuration

    I read somewhere that you should not use more than 80% of your total disk capacity. I assume this is in case you have failed drives etc? Eric
  5. E

    Ceph Cluster Hardware Configuration

    From what I have read you never want to use more than 80% of your total disk capacity. Not really sure why? Eric
  6. E

    Ceph Cluster Hardware Configuration

    Just to clarify each server has 24TB so between the 3 servers I will have 72TB. So just to make sure I am not misunderstanding, I should end up with 72TB / 3 * .80 = 19.2TB? Best regards, Eric
  7. E

    Ceph Cluster Hardware Configuration

    I am just curious if the following looks like a decent configuration for a Proxmox VE / Ceph cluster. 3 Dell 730xd servers with the following specs: CPU: 2 x Xeon e5-2670 v3 2/3GHz RAM: 256G RDIMM, 2133MT/s, Dual Rank, x4 Data Width DISK CONTROLLER: PERC H730 RAID (not using for RAID of...
  8. E

    URGENT SSH / TCP Wrappers active by default on proxmox

    That's what I plan to do. It looks like the attack was automated and just replaced sshd for a future compromise but we caught it right away. Would I just do an apt-get install openssh-server to get SSH reinstalled just to keep them out as rebuild it? Eric
  9. E

    URGENT SSH / TCP Wrappers active by default on proxmox

    Ok, it just dawned on me that it looks like they might have replaced sshd with their own version. Is there a way to reinstall sshd? ERic
  10. E

    URGENT SSH / TCP Wrappers active by default on proxmox

    Some of my nodes are under attack via ssh. I am trying to block access. I am trying to only allow SSH to certain IP's on my proxmox nodes v3.3-1. hosts.allow looks like where X.X.X.X is my IP and Y.Y.Y.Y is the cluster network sshd: X.X.X.X Y.Y.Y.Y/255.255.255.0 hosts.deny sshd: ALL For...
  11. E

    Local Backup partition not showing free space correctly

    I am running proxmox 3.3-1/a06c9f73 on all my nodes. I have a local partition that is exported via NFS for another node to backup on. The disk filled up and could not complete any backups. From the remote node, under backups I deleted some older backups. After doing do the disk utilization did...
  12. E

    Is Proxmox Vulnerable to CVE-2014-6271

    I have numerous patches on some proxmox nodes waiting but I would like to just update the bash package from the command line (SSH). What is the proper command to do this? Is it just apt-get install bash Thanks, Eric
  13. E

    Proxmox VE 3.x - Updates

    Hi, I am running Proxmox 3.1 with a paid subscription. I see there are a number of packages that need updated on my cluster but I like the original poster of this thread I am unsure if I need to shutdown the VM's prior to upgrading or not. What packages require a VM to be shutdown? Best...
  14. E

    NFS backup share permissions

    On the NFS server they show being owned as root. They are only numeric on the proxmox server. Do I need to run portmap or rpcbind on each of the servers to get the mapping correct? Eric
  15. E

    NFS backup share permissions

    I recently setup an NFS share for backups which is working OK. However, I noticed that on the proxmox server the files it creates are not owned by root but instead are numeric ID's like -rw-r--r-- 1 4294967294 4294967294 768 Jan 28 16:03 vzdump-qemu-100-2014_01_28-16_02_41.log -rw-r--r--...
  16. E

    Backup getting hung

    Two more quick questions before I upgrade. I have three servers in a cluster. Do I have to upgrade the all at the same time? Do I have to upgrade them in any particular order (master/slave/etc)? Eric
  17. E

    Backup getting hung

    I am fairly new to proxmox. What is the process to upgrade to the latest packages? Eric
  18. E

    Backup getting hung

    I changed the /etc/vzdump.conf as follows: size: 4096 Also had some other functions running on this server at the same time the dump was being taken which generated a fair amount of changes in the snapshot so I rescheduled those for another time. Between the two this allowed the backup to...
  19. E

    Backup getting hung

    I am running PVE 2.1-14/f32f3f46. This is the second week in a row when an attempted backup on a VM has hung. The backup starts but seems to stop at about 100G. The backup is going to a local partition called /backup and there is plenty of free space on the device (80% free). Here are the files...
  20. E

    Stopped Backup

    I had to stop a backup of some KVM machines in progress because it had hung and wasn't working. I stopped this backup via the web interface and it finished saying "Erorr: unexpected status". In looking in /backup partition there is still the following files -rw-r--r-- 1 root root 107966567701...