106 Commits

Author SHA1 Message Date
Dietmar Maurer
1c75385904 improve task viewer 2012-09-14 09:47:55 +02:00
Dietmar Maurer
d065cd5a42 fix bug 178: correctly verify if VMID is already used 2012-09-05 09:42:18 +02:00
Dietmar Maurer
331c0fe60a fix spelling errors 2012-08-25 09:00:06 +02:00
Dietmar Maurer
f32f3f46c0 fix startup ordering 2012-08-07 09:21:19 +02:00
Dietmar Maurer
2aae436c99 use numeric sorting in startall 2012-06-05 06:16:55 +02:00
Dietmar Maurer
712588a4a6 also list pools with VM.Allocate permissions 2012-05-30 11:21:40 +02:00
Dietmar Maurer
5dd041273e fix vzdump --exclude-path 2012-05-30 07:25:49 +02:00
Dietmar Maurer
ab71c272cf add startall/stopall API and init script 2012-04-20 09:35:08 +02:00
Dietmar Maurer
6a92d3a1fc activate storage before starting containers 2012-04-18 12:09:48 +02:00
Dietmar Maurer
40566d570d fix permissions on subscription api 2012-04-12 11:16:04 +02:00
Dietmar Maurer
1539292425 cleanup subscription code 2012-04-05 08:04:06 +02:00
Dietmar Maurer
feab4fa0e7 fix bug #137: API change! Return node name using 'node' property. 2012-04-02 13:11:28 +02:00
Dietmar Maurer
3c9047f6b1 only save required information 2012-03-30 11:45:55 +02:00
Dietmar Maurer
4b59ea3963 use /etc/subscription to store subscription key 2012-03-29 11:30:11 +02:00
Dietmar Maurer
cdf139926b fix bug #117: automatically add domain to hostname 2012-03-29 10:20:27 +02:00
Dietmar Maurer
532e77c765 use validdirectory instead of validdomains 2012-03-29 09:33:52 +02:00
Dietmar Maurer
5c1b746298 fix bug #97: execute 'clusvcadm' commands for HA managed CTs 2012-03-27 10:59:51 +02:00
Dietmar Maurer
6800ed385a fix container locking (avoid multiple restore processes)
Unlike flock, LockFile::Simple does not inherit locks to child process.
So we need to do the locking inside the child process.
2012-03-27 08:35:36 +02:00
Dietmar Maurer
d100ceaa1e add subscription status to datacenter summary 2012-03-26 10:39:10 +02:00
Dietmar Maurer
670b1cb9f1 fix error message
Only test MD5 if status is active
2012-03-26 08:24:15 +02:00
Dietmar Maurer
00344b0004 use PVE::ProcFSTools::read_cpuinfo to get numbert of sockets 2012-03-26 08:00:57 +02:00
Dietmar Maurer
c19c03d6c1 add subscription management API 2012-03-23 06:31:34 +01:00
Dietmar Maurer
3d6d8258bd use Digest::SHA instead of Digest::SHA1 2012-03-20 12:33:38 +01:00
Dietmar Maurer
677ddd6614 better way to select storage node for pool statistic 2012-03-06 11:11:53 +01:00
Dietmar Maurer
d6e2622b7c improve network API - add more gettext markers 2012-02-29 12:39:12 +01:00
Dietmar Maurer
103a7e62b8 cleanup and fix openvz vswap handling 2012-02-29 09:21:17 +01:00
Dietmar Maurer
4711b80c2d fix openvz memory setting 2012-02-27 12:09:59 +01:00
Dietmar Maurer
82f9a5d7cf implement template download
Also added turnkeylinux.com
2012-02-21 11:45:30 +01:00
Dietmar Maurer
af79261bb3 add mount/unmount command for openvz 2012-02-20 10:11:49 +01:00
Dietmar Maurer
30bb4d3354 include use clause for exception handling 2012-02-17 06:07:22 +01:00
Dietmar Maurer
eb50570fd0 fix vnc shell to nodes 2012-02-16 08:22:03 +01:00
Dietmar Maurer
40fe79c461 fix pool stats 2012-02-10 08:32:17 +01:00
Dietmar Maurer
e61ef871d6 add permissions for openvz create/update 2012-02-07 07:26:07 +01:00
Dietmar Maurer
b865665aa3 add permission checks on openvz API 2012-02-06 12:59:17 +01:00
Dietmar Maurer
3677cf2c5a check storage permissions on vzdump API 2012-02-06 11:41:48 +01:00
Dietmar Maurer
705ac953f4 require Sys.Audit to read cluster status 2012-02-06 11:23:30 +01:00
Dietmar Maurer
eaa70df14c set permissions for VZDump API 2012-02-06 11:17:42 +01:00
Dietmar Maurer
f4fd3ac47b fix permissions on node API
Remove upload method (now in PVE::API2::Storage::Status)
2012-02-06 09:54:09 +01:00
Dietmar Maurer
563faf849a add permissions for service API 2012-02-06 09:38:30 +01:00
Dietmar Maurer
16639eb668 add permissions for task API 2012-02-06 09:33:57 +01:00
Dietmar Maurer
947edbf7c3 add permissions for backup API 2012-02-06 08:17:25 +01:00
Dietmar Maurer
b4fd23b755 add pool selector to PVE.qemu.CreateWizard 2012-02-03 13:50:11 +01:00
Dietmar Maurer
5208314871 add/improve pool permission check 2012-01-31 09:10:35 +01:00
Dietmar Maurer
3813e7b431 implement PoolMember GUI 2012-01-30 12:02:56 +01:00
Dietmar Maurer
996d34c366 render resource pools 2012-01-30 07:09:47 +01:00
Dietmar Maurer
e0c9df7b13 moved Pool.pm from AccessControl.pm 2012-01-27 08:39:46 +01:00
Dietmar Maurer
612ec0a5c4 implement new check attribute for permissions.
We use a simple prefix notation to express complex expressions.
2012-01-23 12:18:27 +01:00
Dietmar Maurer
e099368069 implement PasswordEdit dialog
And cleanup permission check code.
2012-01-20 12:56:48 +01:00
Dietmar Maurer
b555d15748 use new assemble_vnc_ticket 2012-01-19 09:32:58 +01:00
Dietmar Maurer
81ebd38050 add Datacenter summary 2011-12-23 11:23:04 +01:00