Search results

  1. M

    ZFS with SSDs: Am I asking for a headache in the near future?

    thanks for the explanation. i set up a system with zfs-raid10 and added ZIL/L2ARC partitions on a SSD. The performance of this system is really great. But what i am worried about is, what happens when the ssd fails. Will the system boot up again just without the ZIL/L2ARC? Kind regards
  2. M

    How to move/convert container on OpenVZ to lxc in Proxmox VE 4.1

    pct restore NEW-VMID vzdump-file this will do everything for you. You just have to add the network configuration afterwards
  3. M

    ZFS with SSDs: Am I asking for a headache in the near future?

    well, i think he hasn't ssds as main storage, as well as i do. letting ssd do the cache speeds up that much. You can get 10x faster performance out of your box and still having the storage capacity of sata-hdds
  4. M

    [SOLVED] ext3 pveperf bad fsync/sec?

    sw raid isn't really for running vms on it. Performance always was not that good. Maybe in pve3 the filesystem was mounted with no sync option?
  5. M

    ZFS with SSDs: Am I asking for a headache in the near future?

    i want to hang in here and ask why are you doing mirrored ZIL and striped L2ARC? Is is necessary? What happens when my not mirrored ZIL/L2ARC-SSD breaks??
  6. M

    Proxmox 4 ZFS Raid10 LOG/Cache SSD error

    not sure if this can be the issues. i did the partion with msdos label, this time i changed to gpt, and voila... it works...
  7. M

    Proxmox 4 ZFS Raid10 LOG/Cache SSD error

    Hi, i currently setting up a complete fresh installation auf proxmox ve4.1 with zfs and raid10 with 4 drives. Everything works perfect till i add a log and a cache partition on a ssd. When i do this and reboot the server it ends in a grub error message that he could'nt find the device with an...
  8. M

    Convert OpenVZ (ubuntu12.10) to LXC

    hmm.. converting should still work? Or is it a LXC not a converter thing?
  9. M

    Convert OpenVZ (ubuntu12.10) to LXC

    Hi, i got a vzdump of a ubuntu12.10 container, when i try to convert it to lxc i got this error message: TASK ERROR: unsupported ubunt version '12.10' How can i fix this? Kind regards
  10. M

    nfs-server inside LXC

    Hi, i couldn't find a solution for running a nfs-server inside a lxc-container. (proxmox4.1) Is there a workaround? kind regards MasterTH
  11. M

    LXC postqueue BUG: warning: close: Permission denied

    the container is restarting after a few minutes of waiting. but the permission denied error message is still present. the problem is, that mails that are not could be delivered (mailadress not available or sth else) are sent back to sender every hour and are not been deleted from the queue...
  12. M

    LXC postqueue BUG: warning: close: Permission denied

    i tried it twice i'll give it a second try.
  13. M

    LXC postqueue BUG: warning: close: Permission denied

    disabling apparmor doesn't allow the lxc container to start anymore: pct start 101 lxc-start: lxc_start.c: main: 344 The container failed to start. lxc-start: lxc_start.c: main: 346 To get more details, run the container in foreground mode. lxc-start: lxc_start.c: main: 348 Additional...
  14. M

    Highpoint RocketRaid 2710 support

    Hi, i just tested the latest installer to work with the highpoint rocketraid 2710, but it just displays the harddisks itself. I read somewhere in the changelog that the support was added in one of the past releases. Why is the highpoint driver not included anymore? kind regards MasterTH
  15. M

    LXC postqueue BUG: warning: close: Permission denied

    sometimes a workaround is also a solution ;)
  16. M

    LXC postqueue BUG: warning: close: Permission denied

    hmm.. ok - is there a solution for this? disabling apparmor??
  17. M

    LXC postqueue BUG: warning: close: Permission denied

    found another bug report and the same dmesg output inside the lxc container: [126657.474390] audit: type=1400 audit(1446622766.591:3392930): apparmor="DENIED" operation="file_perm" profile="lxc-container-default" name="public/showq" pid=13755 comm="postqueue" requested_mask="r" denied_mask="r"...
  18. M

    LXC postqueue BUG: warning: close: Permission denied

    also found this: http://www.claudiokuenzler.com/blog/558/ubuntu-trusty-mailq-container-permission-denied-kernel-issue may this helps an dev to fix the issue
  19. M

    LXC postqueue BUG: warning: close: Permission denied

    hi, facing the same issue. all proxmox software is up to date. https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1446906 - seems to be the an really old issue. kind regards