Commit Graph

5190 Commits

Author SHA1 Message Date
Dietmar Maurer
7e79e293e8 implement openvz migrate 2011-11-17 14:36:25 +01:00
Dietmar Maurer
df4bd3adab fix bug 44: allow to use templates from NFS 2011-11-17 12:42:26 +01:00
Dietmar Maurer
f29297dbaa sort content type string 2011-11-17 12:20:38 +01:00
Dietmar Maurer
66fbb488a8 fix bug 31: vzdump is no separate package 2011-11-17 12:02:12 +01:00
Dietmar Maurer
49046e5392 fix bug 39: proxy backup request to correct node 2011-11-17 11:51:47 +01:00
Dietmar Maurer
e10faadcf7 fix bug 37: avoid warning about uninitialized value 2011-11-17 10:59:06 +01:00
Dietmar Maurer
165a9668c1 use template method pattern
This is the suggested way to implement componenets.
2011-11-17 07:24:04 +01:00
Dietmar Maurer
a088d7d21f simplify GUI
And display the task log by default (instead of cluster log)
2011-11-16 14:34:22 +01:00
Dietmar Maurer
b86c23dc91 add syslog to compression dictionary 2011-11-16 13:31:06 +01:00
Dietmar Maurer
db16032c8a make jslint happy 2011-11-16 13:05:07 +01:00
Dietmar Maurer
2db7bb6f20 use new LogViewer inside TaskViewer 2011-11-16 12:22:03 +01:00
Dietmar Maurer
8815805e31 improve LogViewer 2011-11-16 11:52:46 +01:00
Dietmar Maurer
52406c4273 catch errors on response decoding 2011-11-16 09:06:26 +01:00
Dietmar Maurer
61ca4432be fix typo 2011-11-14 14:08:33 +01:00
Dietmar Maurer
257a819bf1 update verstion to 2.0-10 2011-11-14 12:49:27 +01:00
Dietmar Maurer
dd7f2655a7 always enable console button 2011-11-14 12:45:50 +01:00
Dietmar Maurer
176eee4fec add context menus 2011-11-14 12:43:16 +01:00
Dietmar Maurer
906fa3257a add start/stop icons 2011-11-14 12:41:21 +01:00
Dietmar Maurer
2c8e0b1537 add/display storage option 2011-11-14 09:33:02 +01:00
Dietmar Maurer
9ebb274457 use taint mode for vzdump 2011-11-14 09:32:32 +01:00
Dietmar Maurer
5dd46cbd33 be careful when removing snapshot
Seems umount return before the snapshot device is unused, so we
need to try several times.
2011-11-14 09:30:29 +01:00
Dietmar Maurer
5dc86eb891 fix bug 32: correctly parse 'df' output (untaint values) 2011-11-14 09:26:10 +01:00
Dietmar Maurer
3d50a5a0c4 update version to 2.0-9 2011-11-11 13:43:36 +01:00
Dietmar Maurer
3732a6651a GUI rework 2011-11-11 13:26:05 +01:00
Dietmar Maurer
07f899f119 add missing words to compression dictionary 2011-11-11 10:32:51 +01:00
Dietmar Maurer
d9a5825749 fix load Mask in ObjectGrid 2011-11-11 10:31:54 +01:00
Dietmar Maurer
c6fe76518f do not log child start/end 2011-11-10 09:31:57 +01:00
Dietmar Maurer
6c980a6779 add some comments about KeepAlive usage.
Seems KeepAlive spawns too many processes, so we cant use it.
2011-11-10 09:21:28 +01:00
Dietmar Maurer
9b0aba107a only log status update time if it takes more than 5 seconds 2011-11-10 06:27:10 +01:00
Dietmar Maurer
da794fcfd6 fixes for IE9 2011-11-09 11:27:25 +01:00
Dietmar Maurer
a2f5799145 make jslint happy 2011-11-09 10:59:21 +01:00
Dietmar Maurer
38735ae8af update version to 2.0-8 2011-11-09 09:59:45 +01:00
Dietmar Maurer
956d1b6e26 add monitor GUI 2011-11-09 09:36:55 +01:00
Dietmar Maurer
1d95a6b525 fix focus handling for LoginWindow 2011-11-09 07:33:58 +01:00
Dietmar Maurer
b78330d2a4 disable updates when panel is hidden 2011-11-08 14:27:46 +01:00
Dietmar Maurer
2dacceb1d9 automatically scroll to end of log 2011-11-08 12:04:01 +01:00
Dietmar Maurer
8e7e4f56e3 new LogView class - implement openvz initlog viewer 2011-11-08 08:09:38 +01:00
Dietmar Maurer
2d590018e5 add initlog API 2011-11-08 07:52:41 +01:00
Dietmar Maurer
607263cbf6 use PVE::Tools::dump_logfile 2011-11-08 07:49:09 +01:00
Dietmar Maurer
a02d621810 disable inline console 2011-11-08 06:37:09 +01:00
Dietmar Maurer
823e701d1c sort storage list by storage id 2011-11-07 13:57:26 +01:00
Dietmar Maurer
994c33c049 filter backup files by vmtype 2011-11-07 13:51:49 +01:00
Dietmar Maurer
4545bfdaac launch task viewer for container creation 2011-11-07 12:44:07 +01:00
Dietmar Maurer
9f7678839d support more than 'local' storage for openvz.
It is now possible to use NFS or other directory type storages.
2011-11-07 12:35:38 +01:00
Dietmar Maurer
61af114dae use new pveBackupModeSelector 2011-11-07 11:27:40 +01:00
Dietmar Maurer
7404e8fe90 implement restore GUI 2011-11-04 13:45:52 +01:00
Dietmar Maurer
6729b1780f do not allow empty VMID fields by default 2011-11-04 13:44:24 +01:00
Dietmar Maurer
04f5d98e6a implemented new VMIDSelector class 2011-11-04 12:47:15 +01:00
Dietmar Maurer
b33b8bcd67 use new button class 2011-11-04 12:13:55 +01:00
Dietmar Maurer
ca03c7cd0a improve grouping header 2011-11-04 11:30:30 +01:00