Search results

  1. L

    [SOLVED] KVM to KVM communication

    I am running Proxmox 4.2 fully patched with two KVM systems. The first is running Windows 10 Pro and the second is running FreeNAS 9.10. Each of the KVM's can be pinged by the Proxmox host and any other devices on the LAN. However, the two CANNOT ping (or any other network traffic) each...
  2. L

    FreeNAS backend for ZFS over iSCSI

    I have to disagree with the general comments being made here, some of it just false. FreeNAS for one has an API since 9.2 that allows for all of this to be created / viewed: http://api.freenas.org/index.html. We have used with great success Openfiler which is Linux based iSCSI and pushed NICs...
  3. L

    FreeNAS backend for ZFS over iSCSI

    Yes, we tried that but again the underlying OS scares me as we have LITTLE internal knowledge of how it works. We are looking for either a Linux or FreeBSD based solution.
  4. L

    FreeNAS backend for ZFS over iSCSI

    Wondering if this is yet a supported environment? At one point I know in the development chain it was being looked at and worked on. We have toyed around with other back end ZFS solutions and really have not been pleased with them. Admittedly we have almost NO Solaris experience so all of...
  5. L

    Frozen Console in Windows Server after boot

    We have this EXACT same issue. The window is not the correct size for the resolution, the mouse does not work. In our instance we can use all keyboard functions, just no mouse and cut off screens. First attached image shows how it displays initially and second (still cut off) after trying to...
  6. L

    1000's of audit message

    Our dmesg is filled with 1000's of these messages on one of our cluster machines: [786621.940755] audit: type=1400 audit(1454507557.790:1241952): apparmor="DENIED" operation="ptrace" profile="lxc-container-default" pid=29054 comm="ps" requested_mask="trace" denied_mask="trace"...
  7. L

    Moving to LXC is a mistake!

    I have to agree these are all issues for the current state of Proxmox and that the OpenVZ ecosystem was "better" as far as we are concerned. As for the other posters comment that live migration of OpenVZ containers never worked properly that is complete garbage. We moved around 1000's of these...
  8. L

    LXC Live Migration???

    Was hoping this was to be a feature in 4.1 but it appears not to have made it into the release. Any ideas when this will be available? We really took a step BACKWARDS with this over OpenVZ which allowed for live migration. Hoping it is coming soon as it is the biggest missing feature for us...
  9. L

    ZFS over iSCSI to FreeNAS 9.3+

    Would be interested if this is available yet for Proxmox 4.0 and if not if there is an ETA when this will be. We have tried Nexenta and I have to say it has been a painful process for us. From the fact that it had no 3Ware controller support to the fact that we have LITTLE Solaris experience...
  10. L

    Timeout issue

    Posting my own solution in case it can help another person in the future. It eventually got to the point the commands were failing both batch and from the command line direct, with VERY long (30+ second) resonse times. They did respond always, just VERY slowly. This continued and of course...
  11. L

    Timeout issue

    We have a number of disk images stored on a Nexenta server. We applied the latest updates to a machine, rebooted and saw that one of the KVM machines did not start and kept generating the error: TASK ERROR: command '/usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/xx.xx.xx.xx_id_rsa...
  12. L

    KVM to LXC

    Sorry about that, should have noticed this. It is not possible that I am aware of to do what you are looking to do. You should be able to convert this from KVM to container though, but will require more effort and of course needs to be a supported LXC container OS. In the past we have used...
  13. L

    KVM to LXC

    You can follow the Wiki article for this, which we did for MANY machines and were successful: https://pve.proxmox.com/wiki/Linux_Container Might also want to check out my post asking this same question and the followup I posted with the few "gotchas" we ran into...
  14. L

    LXC Capabilities

    Aww, come on. Read through all of the old dumps and inject them into the backups :eek: Just kidding of course, understood that it will be going forward. Still a big thanks for this!
  15. L

    LXC Capabilities

    Thank you for making that enhancement, appreciate it!
  16. L

    LXC Capabilities

    Ok, I feel a bit silly but want to post the solution to this problem for me. First I had to add the following line to my configuration file found under /etc/pve/lxc/nnn.conf where nnn is the VMID: lxc.aa_profile = unconfined I have not confirmed that was 100% necessary but really do not...
  17. L

    Can't live migrate between Proxmox 4.0-16 and 4.0-19

    Excellent, thanks! The changelog in the gui ghosts after installation, so be sure to look before applying. Appreciate the quick reply!
  18. L

    ZFS Mirror Boot Issue

    How about a method for doing this on a running system? Would prefer not to have to power down the server to try and fix this.
  19. L

    ZFS Mirror Boot Issue

    We have a new server running that even though when installed initially booted fine, now seems to be experiencing the ZFS boot issue from the article: https://pve.proxmox.com/wiki/Storage:_ZFS As mentioned in the title this is two SSD drives configured in a mirror. # zpool status rpool pool...
  20. L

    Can't live migrate between Proxmox 4.0-16 and 4.0-19

    We also were unable to perform any live migrations between the original 4.0 version and the updates that came out recently. We had to do all offline migrations and get the machines updated. It is working now between like versions for us. Any chance we will see release notes on what might have...