Search results

  1. H

    virtio rate limits for storage and network

    Hi in pve 3.1 I see a possible rate limit (MB/s) for the networkdevice. Could someone please elaborate whether this is MegaByte/second or MegaBit/second? And does this limit the allover traffic (in+out) or just one direction or both directions are limited to the value set for their respective...
  2. H

    no allowed mount options found for device?

    hi thanks for the pointer, but: legacy:/# cat /etc/fstab # UNCONFIGURED FSTAB FOR BASE SYSTEM it is different as a newly built VE has these mounts: mount /var/lib/vz/private/92001 on / type simfs (rw,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) sysfs on /sys type sysfs...
  3. H

    New Kernel for Proxmox VE 3.0 (pvetest)

    hi not to break things we did a full-upgrade on four systems and backups seemed to work fine using lvm-snapshots. we disabled the pvetest-repo afterwards and hope we do not break things this way. Any hint if we could break things would be appreciated. and yes, a check during backup for any...
  4. H

    no allowed mount options found for device?

    hi migrated a VE from a rather old proxmox-setup (even migrated from previous openvz-only-system) to proxmox-3.0. we get this during startup: VE11102: no allowed mount options found for device 0:53 VE11102: no allowed mount options found for device 0:53 yet I have no idea where this might come...
  5. H

    EXT4 error: no quota engine running

    I'd be interested in a solution too. (or a hint not to use ext4 during setup would be nice) is there a safe way to convert back to ext3 besides reinstall or dump everything and re-make the filesystem on /dev/mapper/pve-data? and finally if only mkfs does the final trick - what are the...
  6. H

    New Kernel for Proxmox VE 3.0 (pvetest)

    Hi did that - now there has been added a new repo: cat /etc/apt/sources.list.d/pve-enterprise.list deb https://enterprise.proxmox.com/debian wheezy pve-enterprise which seems to...
  7. H

    New Kernel for Proxmox VE 3.0 (pvetest)

    did you a full-upgrade or just install the specific .deb files? for me a full-upgrade offers to install also new packages: glusterfs-client{a} glusterfs-common{a} libibverbs1{a} liblvm2app2.2{a} librdmacm1{a} socat{a} where I'm not sure if I want to go down this road :) regards hk
  8. H

    New Kernel for Proxmox VE 3.0 (pvetest)

    obviously so, the logfile of the first VE to backup ends with: Aug 13 00:00:02 INFO: creating archive '/mnt/pve/backup/dump/vzdump-openvz-10003-2013_08_13-00_00_01.tar.lzo' Aug 13 01:49:29 INFO: Total bytes written: 59048263680 (55GiB, 8.6MiB/s) Aug 13 01:53:37 INFO: archive file size: 35.85GB...
  9. H

    New Kernel for Proxmox VE 3.0 (pvetest)

    hi installed this kernel and got a hard hit (yet again) during lvm-snapshot-backup of the VEs running on this box. after the first VE backup everything residing on the lvm couldn't get successfull write anymore and all VEs failed by hanging. even restarting vz was not possible anymore and the...
  10. H

    Proxmox 3.0 on Debian Wheezy - dead web interface

    Hi, here we are getting on two newly added systems to a cluster (created on the now only working one machine): Jul 24 00:46:11 k11 pveproxy[710627]: problem with client 10.0.0.1; rsa_padding_check_pkcs1_type_1: block type is not 01 Jul 24 00:46:11 k11 pveproxy[710627]: WARNING: Can't call method...
  11. H

    cluster howto for two or more ethernet-interfaces

    well, I now tried to simply joing using the private IP bound to eth1 another machine to the cluster, first we had to put the private keys of both machines to the authorized_keys file on each system as we prevent passwordauthentication. and then I got this failure during joining: Starting pve...
  12. H

    cluster howto for two or more ethernet-interfaces

    Hi, I created a simple cluster, now it shows me the IP bound to vmbr0 as Node adresses, I'd very much prefer to use the IP bound to eth1 or at least both interfaces for the cluster to talk to its members. Please advise, hk.
  13. H

    PVE 2.2. upgrade results in authorized_keys content lost...

    Hi it is really pretty simple: four days ago everythinig was fine, then the latest updates kicked in: Updates for Proxmox VE 2.2 We just moved a bunch of packages to our stable repository...
  14. H

    PVE 2.2. upgrade results in authorized_keys content lost...

    before the update there were additional keys in "/root/.ssh/authorized_keys" - now only the "root@servername" key is there and no other key. regards hk
  15. H

    PVE 2.2. upgrade results in authorized_keys content lost...

    Hi the latest update results in cleaning the content of /root/.ssh/authorized_keys -> /etc/pve/priv/authorized_keys. suddenly some custom access to the hosts is lost. Therefore my question is: is there a correct way to get root-access using ssh on PVE-Hardware-Nodes, that will not be cancelled...
  16. H

    vzdump still fails in some cases without any error

    mir - of course the snapshot is filled up - this is not my main problem :) my main problem is, that tar reports to have failed, but at the end vzdump claims to have succeeded with the backup - which is plain wrong and which should never be reported by any backup, because there will be a time...
  17. H

    vzdump still fails in some cases without any error

    Hi we have the following problem: Aug 18 06:07:03 INFO: Starting Backup of VM 68011 (openvz) Aug 18 06:07:03 INFO: CTID 68011 exist mounted running Aug 18 06:07:03 INFO: status = running Aug 18 06:07:03 INFO: backup mode: snapshot Aug 18 06:07:03 INFO: bandwidth limit: 5120 KB/s Aug 18 06:07:03...
  18. H

    VE storage management and vzrestore?

    Hi, I absolutely love PVE2.1 with the ability to have the private of a VE stored at another directory different to /var/lib/vz/private. Curiously PVE generates the following lines in the config file: VE_ROOT="/var/lib/vz/root/$VEID" VE_PRIVATE="/var/lib/bigdata/private/79002" (why the...
  19. H

    Failed to boot kernel 2.6.32-13-pve

    ok, thanks for the pointer, as one box here wants to remove the previous kernel during "aptitude full-upgrade": The following packages will be REMOVED: pve-kernel-2.6.32-12-pve{u} any hints to prevent this from happening are appreciated. and how did you switch back to the old kernel having...
  20. H

    add NFS share - exports not showing up

    Hi to be more correct - our little NFS server exports several shares, but only the first three are readable in the dropdown-box during "Add NFS Share", the others are there, because I can scroll down using the keyboard, but only the first three are shown in a readable mode. Maybe some kind soul...