5dca5c7c7e
move format registration to Plugin.pm
2015-11-11 09:13:57 +01:00
efaf4017f4
zfs: enable posixacl and xattr for subvolumes
2015-11-06 16:39:17 +01:00
27a2764632
fix bug #809 : inheritance from ZFSPoolPlugin is not possible because we have to handle there subvols too.
2015-11-06 08:34:49 +01:00
bb3fc38b2d
ISCSIPlugin: improve session parser
2015-11-02 17:12:14 +01:00
0589e5f933
insert the format type at volume_resize
...
qemu-img needs now the format to resize image.
2015-10-28 11:30:05 +01:00
0bdf560cff
DRBD: Fix typo in comment.
2015-10-15 08:54:48 +02:00
046fd4cb61
DRBD: Remove search loop, limit results via the query.
2015-10-15 08:53:08 +02:00
dc6ff39f57
allow to choose content type for local storage
...
Also allow to disable local storage.
2015-10-12 06:52:28 +02:00
79f2b938d4
zfspool: fix volume_size_info and volume_resize for subvols
2015-10-08 09:49:36 +02:00
68b2c18acd
allow containers on lvm
2015-10-01 13:02:13 +02:00
98437f4c85
add bash completion for content type
2015-10-01 07:16:59 +02:00
399581a2b3
volume_snapshot_delete: deactivate before deleting
2015-09-25 13:41:04 +02:00
82548118ec
drbd: use correct unit for storage sizes
2015-09-25 13:34:55 +02:00
2e346fd478
drbd: return correct used/avail/total sizes
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2015-09-25 13:10:05 +02:00
02e797b8e1
extend functionality to (de)activate_volumes with snapshots
...
this extension provide the capability to activate or deactivate snapshot,
so we can use this e.g. for LXC backup in snapshot mode.
2015-09-22 12:18:09 +02:00
f7621c0126
improve bash completions
2015-09-18 09:33:09 +02:00
c8943a85c9
remove non used parameter exclusive
...
This makes no sense because it should always be exclusive.
Also RDB checks it self.
LVM has not possibility to use lvchange.
DRBD is this feature not implemented.
2015-09-17 12:37:27 +02:00
097a2b2fcf
fix lvm storage status
2015-09-11 12:13:00 +02:00
4f6a99d8c7
rbd: make activate_volume idempotent
2015-09-10 11:12:09 +02:00
b50812f941
rbd: skip unmap if device is not mapped
2015-09-10 10:41:54 +02:00
c2c312175b
drbd: also allow to configure content property
2015-09-10 08:41:00 +02:00
3c05693484
allow to create containers on DRBD (content == rootdir)
2015-09-10 08:29:23 +02:00
515ef80bf5
improve free_image with deactivate_volumes
...
this is necessary to prevent an error when trying to remove a mapped volume.
2015-09-09 07:09:37 +02:00
84c8e52da9
use read_proc_mounts from PVE::ProcFSTools
2015-09-03 10:16:38 +02:00
bb5520eb17
move read_proc_mounts from NFSPlugin to Tools.
...
this function will be uesd in more path of the code.
2015-09-03 10:12:07 +02:00
be48449c28
GlusterfsPlugin: replace Net::Ping with tcp_ping
...
Using PVE::Network::tcp_ping on port 7 (echo) for ipv6
support.
2015-08-31 15:50:56 +02:00
1689e627a6
iSCSI ipv6 support
2015-08-31 15:50:34 +02:00
9660f71602
fix to prevent uninitialized variable massage.
2015-08-28 11:24:49 +02:00
e67069eb58
path: corretly implement path to snapshots
2015-08-27 12:03:46 +02:00
1f79bb07f1
Add content type rootfs to RBD and extend manual
2015-08-26 15:39:09 +02:00
7800e84d28
parse_volname: always return image format
2015-08-12 07:01:07 +02:00
55525ad265
ZFSPoolPlugin: improve subvol support
...
- return format with parse_volname
- consider subvol in zfs_find_free_diskname
2015-08-12 06:49:15 +02:00
35533c68fb
add subvol support for directory storage
...
This storage type does not support subvol quotas, so we
only allow this if vdisk_alloc is called with size=0.
2015-08-12 06:11:10 +02:00
dec97937f2
zfs_parse_zvol_list: do not add pool to volname
...
Else, alloc and list return different volids.
2015-08-10 16:53:19 +02:00
9f20a8a643
rbd: add support to krbd
...
Can be use by lxc (but also qemu)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com >
2015-08-07 11:56:40 +02:00
27ff0e99e2
fix bug #664
...
Catch the error, if the dataset doesn't exists.
If it will not catched, you can't remove a VM.
2015-07-30 11:50:46 +02:00
13d2cb7980
allow templates using .xz compression
2015-07-01 10:06:24 +02:00
d6d924d0bf
Fix ZFSPoolPlugin path for subvol
...
Signed-off-by: Wolfgang Link <w.link@proxmox.com >
2015-06-22 11:03:11 +02:00
30a1369b91
drbd: improve error messages
2015-06-19 12:10:45 +02:00
ae9e512e91
drbd: implement deactivate_volume (but code is disabled for now)
2015-06-18 13:06:30 +02:00
9913665327
drbd: use old code to wait for diskless assignment
2015-06-18 12:21:44 +02:00
b0e0ed1abe
drbd: remov hack, because bug is fixed upstream
...
see http://git.drbd.org/gitweb.cgi?p=drbdmanage.git;a=commitdiff;h=8056e58b929673afb2d4a33d82fdeea4d43f8667
2015-06-18 11:55:56 +02:00
31ba75ff58
drbd: correctly check all result codes
2015-06-18 11:45:04 +02:00
4959ea20c1
drbd: correctly wait for diskless assignments
2015-06-18 10:43:43 +02:00
d1e7ac11de
drbd: improve workaround for set_drbdsetup_props
2015-06-18 06:21:38 +02:00
98e250aa41
drbd: call set_drbdsetup_props after auto-deploy
...
Else it gets not assigned. For some unknown reason, we need to sleep
to avoid a split brain?!
2015-06-17 11:33:49 +02:00
07af07cc16
drbd: set allow-two-primaries=yes
...
So that we can do live migrations.
2015-06-17 08:57:32 +02:00
6564419625
include ::1 in localhost check in get_active_server
2015-05-27 08:29:39 +02:00
f8b0d82fe6
NFS: replace rpcinfo with showmounts
...
rpcinfo from rpcbind-0.2.1 in debian doesn't support ipv6 addresses.
At the same time the used command only actually tests for
portmapper/rpcbind availability, not for NFS directly.
Storage::scan_nfs uses /sbin/showmount to get a list of NFS exports from a
server and happily accepts ipv6 addresses. It is also more specific to NFS.
Replacing the rpcinfo call with showmount here means checking explicitly
for NFS and supporting IPv6 without the need for an updated rpcbind
package.
2015-05-21 11:49:35 +02:00
da63f58832
NFSPlugin: deal with ipv6 addresses and fix regexps
...
NFS needs brackets around ipv6 addresses.
Also: nfs_is_mounted needs to quote the variables. This becomes apparent
when ipv6 addresses are used as then the address would otherwise be
treated as a character class, causing the check to always fail.
2015-05-21 11:49:21 +02:00