1. 01 Jan, 2015 5 commits
  2. 31 Dec, 2014 1 commit
  3. 20 Dec, 2014 2 commits
  4. 18 Dec, 2014 4 commits
  5. 02 Dec, 2014 2 commits
  6. 26 Nov, 2014 2 commits
  7. 24 Nov, 2014 5 commits
  8. 18 Nov, 2014 1 commit
  9. 23 Oct, 2014 2 commits
  10. 15 Oct, 2014 2 commits
  11. 09 Oct, 2014 6 commits
    • Dietmar Maurer's avatar
      bump version to 3.3-3 · ec715942
      Dietmar Maurer authored
      ec715942
    • Dan Hunsaker's avatar
      Add suspend/resume options to the mobile web UI menus · 37573e1f
      Dan Hunsaker authored
      With the new mobile interface, we need to implement UI changes in two
      places.  This lets us simplify our mobile interface so it isn't cluttered
      with options that mobile browsers can't easily handle, usually due to size.
      This patch implements Suspend and Resume of VMs and CTs via the mobile
      web UI.
      Signed-off-by: 's avatarDan Hunsaker <danhunsaker@gmail.com>
      37573e1f
    • Dan Hunsaker's avatar
      Add suspend/resume options to web UI CmdMenus · 5b613406
      Dan Hunsaker authored
      The PVE2 API supports suspend/resume of VMs (and now CTs), but the web UI
      doesn't make these options available.  This patch adds Suspend and Resume
      items to the CmdMenus of OpenVZ and QEMU guests.  I considered adding the
      options to the toolbar, but since it is already pretty full, I opted
      against doing so for the moment.  Perhaps the various startup options can
      be combined into a dropdown menu similar to how the console options are
      set up, and the various shutdown opitons combined into another.  That
      would provide the necesarry space to add the Suspend and Resume options
      there.
      
      This patch also provides descriptions for Suspend and Resume tasks in the
      task logs, bringing full suspend/resume support to the web GUI.
      Signed-off-by: 's avatarDan Hunsaker <danhunsaker@gmail.com>
      5b613406
    • Dan Hunsaker's avatar
      Add suspend/resume support to pvectl · bf6c43a3
      Dan Hunsaker authored
      Now that the API supports CT suspend/resume, it makes sense to have pvectl
      support it, too.  It *does* use different names than vzctl does, but it
      seems to make sense to be consistent with the API naming in a PVE utility.
      Signed-off-by: 's avatarDan Hunsaker <danhunsaker@gmail.com>
      bf6c43a3
    • Dietmar Maurer's avatar
      small cleanup · 6b7ff144
      Dietmar Maurer authored
      6b7ff144
    • Dan Hunsaker's avatar
      Add CT suspend/resume support via PVE2 API · 4a6712df
      Dan Hunsaker authored
      Suspend/resume support for VMs has been in the PVE2 API for some time,
      but even though vzctl supports suspend/resume (what they call checkpoint/
      restore), the API doesn't yet support suspend/resume for CTs.  This patch
      adds that support.
      Signed-off-by: 's avatarDan Hunsaker <danhunsaker@gmail.com>
      4a6712df
  12. 17 Sep, 2014 2 commits
  13. 08 Sep, 2014 4 commits
  14. 04 Sep, 2014 2 commits