Search results

  1. M

    Atomicorp ASL installed in VZ-container reports various Kernel Vulnerabilities

    My Plesk 10 do not work with ptrace. I learned about it from Google. How I can disable ptrace for specific LXC CT? PVE4
  2. M

    Problem with backup on Ct (proxmox4)

    I had a similar error. http://forum.proxmox.com/threads/24656-Backup-CT-with-CEPH-mount-at-NFS
  3. M

    Backup CT with CEPH mount at NFS

    In file /usr/share/perl5/PVE/VZDump/LXC.pm in line 27 I removed '-X' attr from 'rsync' and backup began to work well.
  4. M

    Backup CT with CEPH mount at NFS

    Maybe I should remove -X attr from rsync? In what script it placed?
  5. M

    Backup CT with CEPH mount at NFS

    My NFS-server fully allowed for Proxmox nodes, with PVEv3 nodes and OpenVZ CT backup it worked good! UPD: On PVEv3 nodes I use CephFS-fuse, now I use kernel CephFS module.
  6. M

    Backup CT with CEPH mount at NFS

    Hi all! I have PVEv4 cluster node with CephFS mount point: 192.168.x.x:/ on /pvestorage/ceph type ceph (rw,noatime,name=xxx,secret=<hidden>,acl) On this node I have CT (lxc) in which subdir I bind-mount subdir of CephFS: lxc.mount.entry: /pvestorage/ceph/var_flow var/flow none bind 0 0 This...
  7. M

    PVE v3 Cluster, one node crash, road to Cluster v4

    Ok, another question. When I install Fresh PVE4 on crashed node, Should I add the node to exists v3 Cluster, or I must first uprade other node to v4?
  8. M

    PVE v3 Cluster, one node crash, road to Cluster v4

    Hi all!! I have Proxmox v3 cluster with three nodes. Today one node crash, all data at disk was lost. I restored all guests at other nodes. Now I should reinstall node, and I want go to v4 Cluster. How to proceed? On this page https://pve.proxmox.com/wiki/Proxmox_VE_4.x_Cluster wrote...
  9. M

    Web-interface bug

    This bug appears after sort by node apply.
  10. M

    Web-interface bug

    I got this bug at Ubuntu+Firefox, Windows+Firefox, Windows+Chrome.
  11. M

    Web-interface bug

    Hi all! I try create backup job via web-interface on Datacenter -> Backup page. I got a strange bug in interface behavior. Row of the table jump and select another. http://www.youtube.com/watch?v=KACTrJ9V6YM&amp;feature=youtu.be
  12. M

    GlusterFS Storage Error

    I was connected GlusterFS storage via web-interface. After I tried upload OpenVZ template on it and got error: cannot download to storage type 'glusterfs' at /usr/share/perl5/PVE/API2/Nodes.pm line 934. (500) For ISO Image: Ошибка 500: cant upload to storage type 'glusterfs' Help...
  13. M

    ProxMox 3.0 IMS fencing problem

    A have same problem: Oct 29 17:18:57 pve02 fence_ifmib: Parse error: Ignoring unknown option 'nodename=pve03 How to solve it?
  14. M

    What shared storage for CT (OpenVZ)

    I have three nodes for Proxmox and one "bare metal" server with raid10 for shared storage. For KVM I want to use LVM over iSCSI (serve by tgtd). For OpenVZ I tried NFS (CT at NFS) and get very slow performence with bugs like dmesg message "lockd: cannot monitor ct_name" on shared storage...
  15. M

    What shared storage choose?

    Hello all! I want start to use shared storage, but I have not money for special devices. My NAS/SAN will be typically Linux server. What software better? Debian with nfs-server and tgt, Openfiler or OpenMediaVault? Openfielr did not like because it not Debian-based. OpenMediaVault for small...