5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-07 17:17:57 +03:00
Commit Graph

289 Commits

Author SHA1 Message Date
Dietmar Maurer
90cc48095f update changelog 2016-05-04 10:49:01 +02:00
Dietmar Maurer
33eb09935e bump version to 4.0-74 2016-05-01 09:25:46 +02:00
Dietmar Maurer
298fefcc5d bump version to 4.0-73 2016-04-29 09:03:38 +02:00
Dietmar Maurer
3f565071e5 bump version to 4.0-72 2016-04-22 11:10:16 +02:00
Dominik Csapak
ffa42b860d fix #947: reenable disk/cdrom passthrough
previously, we did not check the file parameter of a disk,
allowing passthrough of a block device (by design)

with the change to the json parser for the disks, the format
became 'pve-volume-id' which is only valid for our volume ids
(and later we also allowed the value 'none')

this patch alternatively checks if the parameter is a path
or 'cdrom'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-21 11:54:55 +02:00
Dietmar Maurer
de7c2026f7 bump version to 4.0-71 2016-04-21 10:35:15 +02:00
Dietmar Maurer
681e12ba37 bump version to 4.0-70 2016-04-19 09:02:05 +02:00
Dietmar Maurer
ef99513e37 bump version to 4.0-69 2016-04-13 08:25:17 +02:00
Dietmar Maurer
edc10731a8 bump version to 4.0-68 2016-04-12 17:19:46 +02:00
Dietmar Maurer
82b82b91f1 bump version to 4.0-67 2016-04-08 07:37:43 +02:00
Dietmar Maurer
bee1e0ad90 bump version to 4.0-66 2016-04-01 09:34:03 +02:00
Dietmar Maurer
5572d53e87 update changelog 2016-03-21 10:00:23 +01:00
Dietmar Maurer
c7c16256b4 bump version to 4.0-65 2016-03-21 09:09:40 +01:00
Dietmar Maurer
6a9f1025d4 update changelog 2016-03-08 15:53:10 +01:00
Dietmar Maurer
a9920f48f8 bump version to 4.0-64 2016-03-08 11:43:50 +01:00
Dietmar Maurer
2b5c0c43d4 bump version to 4.0-63 2016-02-27 10:21:15 +01:00
Dietmar Maurer
2fa6af2a5d bump version to 4.0-62 2016-02-26 17:02:49 +01:00
Dietmar Maurer
e03d994e98 update changelog 2016-02-25 09:23:37 +01:00
Dietmar Maurer
5be9e3104a bump version to 4.0-61 2016-02-25 08:49:13 +01:00
Dietmar Maurer
2f151adcf7 bump version to 4.0-60 2016-02-24 17:19:37 +01:00
Dietmar Maurer
5abfaf2dcd bump version to 4.0-59 2016-02-22 17:37:50 +01:00
Dietmar Maurer
a658e7afff bump version to 4.0-58 2016-02-20 10:27:02 +01:00
Dietmar Maurer
07ca4ceb92 bump version to 4.0-57 2016-02-18 12:55:34 +01:00
Dietmar Maurer
ab6d771f99 bump version to 4.0-56 2016-02-15 12:51:37 +01:00
Dietmar Maurer
3f74d8a1ab update changelog 2016-02-12 12:17:40 +01:00
Dietmar Maurer
a3683dfb03 bump version to 4.0-55 2016-02-12 12:08:13 +01:00
Dietmar Maurer
a2e698e75c bump version to 4.0-54 2016-02-10 17:50:45 +01:00
Dietmar Maurer
626cfd00d9 bump version to 4.0-53 2016-02-08 11:53:25 +01:00
Dietmar Maurer
031a1661c3 bump version to 4.0-52 2016-02-02 18:17:11 +01:00
Dietmar Maurer
09a25cb056 bump version to 4.0-51 2016-01-29 10:04:55 +01:00
Wolfgang Link
3457d090c6 Create firewall dir on VM restore 2016-01-28 11:02:55 +01:00
Dietmar Maurer
67e48d940e update changelog 2016-01-27 17:09:58 +01:00
Dietmar Maurer
52237a78f5 bump version to 4.0-50 2016-01-26 16:58:24 +01:00
Dietmar Maurer
f9eb6658a8 update version 2016-01-26 12:50:35 +01:00
Dietmar Maurer
17b9763dcd bump version to 4.0-48 2016-01-18 16:58:42 +01:00
Dietmar Maurer
ec69f46c99 bump version to 4.0-47 2016-01-15 17:27:49 +01:00
Dietmar Maurer
c933c95579 bump version to 4.0-46 2016-01-13 16:42:24 +01:00
Dietmar Maurer
a7649ef537 bump version to 4.0-45 2016-01-13 06:18:12 +01:00
Dietmar Maurer
9b1e4b7d06 bump version to 4.0-44 2016-01-10 15:12:13 +01:00
Dietmar Maurer
2bbb7bc595 bump version to 4.0-43 2016-01-04 06:26:50 +01:00
Dietmar Maurer
4c85e7e255 bump version to 4.0-42 2015-12-18 09:20:32 +01:00
Wolfgang Bumiller
77019edfe0 fix bug #841: replace get_used_paths with is_volume_in_use
get_used_paths returned a hash of used paths for all the
volumes in a VM's config, which is not enough to figure out
whether there are snapshots, as snapshots often have
different paths.  Eg. on ZFS it is not enough to check for
/dev/zvol/tank/vm-123-disk-1 because the snapshot's path is
/dev/zvol/tank/vm-123-disk-1@snap1 and thus we allowed
deleting the drive. Then when trying to delete the snapshot
later you get:
  zfs error: cannot open 'tank/vm-751-disk-1': dataset does not exist
and it refuses to delete the snapshot.

Since its only use was to check whether or not a drive is
still in use it is now renamed to is_volume_in_use and
beside checking paths now also checks volume-ids as those
should stay the same.
2015-12-10 12:13:12 +01:00
Dietmar Maurer
b944d5edbb bump version to 4.0-41 2015-12-10 11:15:58 +01:00
Dietmar Maurer
8a0ebc1460 bump version to 4.0-40 2015-12-09 12:22:43 +01:00
Wolfgang Bumiller
1b2761c07c fix bug #828: activate disks before hotplugging them 2015-11-27 16:57:19 +01:00
Dietmar Maurer
0e3f6af524 update changelog 2015-11-26 11:51:08 +01:00
Dietmar Maurer
54c07a9361 update changelog 2015-11-26 09:19:51 +01:00
Dietmar Maurer
75e7ef74f0 bump version to 4.0-39 2015-11-24 16:52:22 +01:00
Dietmar Maurer
03575e8a7c bump version to 4.0-38 2015-11-13 07:02:35 +01:00
Dietmar Maurer
0eeafe9f78 bump version to 4.0.37 2015-11-06 16:25:19 +01:00