Dietmar Maurer
4c9bd98f37
depend on thin-provisioning-tools, bump version to 4.0-43
2016-03-01 08:03:36 +01:00
Dietmar Maurer
a0995b078c
bump version to 4.0-42
2016-02-24 17:17:17 +01:00
Dominik Csapak
baafddbd02
add sparseinit to has_feature
...
we will use this for determining
if we need to write zeros to a volume
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-02-24 17:16:25 +01:00
Dietmar Maurer
668f6d9faf
add lvmthinscan to CLI
2016-02-20 10:11:59 +01:00
Dietmar Maurer
9d0cb810a0
bump version to 4.0-41
2016-02-20 09:52:59 +01:00
Dominik Csapak
d0ea89e564
prepare storage for lvmthin gui
...
this patch adds an lvmthin scan to the api, so that we can get a list
of thinpools for a specific vg via an api call
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-02-20 09:51:12 +01:00
Dietmar Maurer
a8f47479d5
bump version to 4.0-40
2016-01-28 11:12:23 +01:00
Wolfgang Bumiller
2d080bb88d
storage_migrate: another ipv6 fix for an rsync command
2016-01-28 11:10:56 +01:00
Dietmar Maurer
a70130912e
bump version to 4.0-39
2016-01-25 10:49:14 +01:00
Wolfgang Link
19e5596a74
increase timeout for ZFSPugin
...
This is useful on large zfs pools because they take longer to response.
2016-01-25 10:48:16 +01:00
Dietmar Maurer
030bc5c803
lvmthin: allow to clone from snapshot
2016-01-20 11:32:18 +01:00
Dietmar Maurer
920ecf563a
remove option maxfiles from zfspool plugin
...
It makse no sense, because this plugin is unable to store backup files.
2015-12-30 17:16:37 +01:00
Dietmar Maurer
04e513e765
bump version to 4.0-38
2015-12-09 16:16:31 +01:00
Wolfgang Bumiller
1773e785c2
nfs: is_mounted: match /^nfs.*/ type
...
This is consistent with the old behavior.
2015-12-09 16:15:31 +01:00
Dietmar Maurer
ba1cb4f23b
bump version to 4.0-37
2015-12-09 09:26:23 +01:00
Wolfgang Bumiller
aed6c85d28
nfs/glusterfs: is_mounted fixes
...
The parse_proc_mounts change made the glusterfs is_mounted
check fail (causing it to be shown as inactive on the GUI).
The NFS check was stricter (not allowing a trailing / in the
source anymore).
2015-12-09 09:22:15 +01:00
Dietmar Maurer
4f692721be
set RELEASE=4.1
2015-12-09 08:27:19 +01:00
Dietmar Maurer
2e30d08bec
bump version to 4.0-36
2015-12-09 07:40:44 +01:00
Dietmar Maurer
f482231e48
Revert "Change zfspoolplugin path when snapshot is given."
...
This reverts commit fdd31ce7594ffc4ccea68260091989a3cbc07cdb.
The assumption was wrong. Turned out that we cannot assume
snapshots are always mounted there.
2015-12-09 07:38:36 +01:00
Dietmar Maurer
db7e96b7b8
bump version to 4.0-35
2015-11-26 12:06:06 +01:00
Wolfgang Bumiller
1f5734bb8d
allow rx permissions for group/world on .subvol dirs
...
vdisk_alloc comes in with an umask of 0037, which means the
.subvol dir has permissions 0740, which means that the root
directory of containers has permissions 0740, essentially
preventing the users inside a container from accessing
anything.
2015-11-26 12:04:59 +01:00
Dietmar Maurer
baa724b5d0
bump version to 4.0-34
2015-11-19 12:38:56 +01:00
Wolfgang Link
fdd31ce759
Change zfspoolplugin path when snapshot is given.
...
Zfs subvol snapshots are always mounted under $path_of_subvol/.zfs/$snapname
2015-11-19 12:36:19 +01:00
Dietmar Maurer
e2fbf28fbd
bump version to 4.0-33
2015-11-18 11:01:57 +01:00
Phillip Schichtel
281f958706
Fixed ZFS over iSCSI snapshot rollback
...
I converted several zfs_request($class, ...) calls to $class->zfs_request(...) calls in ZFSPoolPlugin.pm and removed a superfluous $class parameter in ZFSPlugin.pm.
Fixes #816
Signed-off-by: Phillip Schichtel <phillip.public@schich.tel>
2015-11-18 11:00:40 +01:00
Dietmar Maurer
2275d75fb9
bump version to 4.0-32
2015-11-14 10:38:24 +01:00
Wolfgang Bumiller
80b647882e
make use of the new ProcFSTools::parse_proc_mounts
2015-11-14 10:37:06 +01:00
Dietmar Maurer
30650d3c46
lvmthin: enable copy from snapshot feature
2015-11-12 11:15:37 +01:00
Dietmar Maurer
33adbdc447
lvmthin: allow to acces snapshots in filesystem_path
2015-11-12 11:14:47 +01:00
Dietmar Maurer
faabe9e297
lvmthin: fix used space (only use data%)
2015-11-12 09:47:49 +01:00
Dietmar Maurer
f1b59efc0d
lvmthin: implement template/clone
2015-11-12 09:31:45 +01:00
Dietmar Maurer
b13784612d
new helper lvm_find_free_diskname()
2015-11-12 09:29:00 +01:00
Dietmar Maurer
5b41084a6a
lvmthin alloc_image: add additional test if VG exists
2015-11-12 08:02:50 +01:00
Dietmar Maurer
663372bc4d
lvmthin: implement snapshot and rollback
2015-11-12 07:28:28 +01:00
Dietmar Maurer
a9f0c6c4f5
lvmthin volume_resize: reuse code from parent class
2015-11-11 10:18:44 +01:00
Dietmar Maurer
5c687bd921
white space cleanups
2015-11-11 09:17:31 +01:00
Dietmar Maurer
15334c831c
LvmThinPlugin: improve basic functionality, better code reuse
2015-11-11 09:14:06 +01:00
Dietmar Maurer
3e44cd8498
implement generic lvm_list_volumes()
...
This replace lvm_lvs, and return a list of all volumes. That way
we can reuse code for LvmThin.
2015-11-11 09:14:06 +01:00
Dietmar Maurer
610798bc2d
add lvm thin plugin
2015-11-11 09:14:06 +01:00
Dietmar Maurer
5dca5c7c7e
move format registration to Plugin.pm
2015-11-11 09:13:57 +01:00
Dietmar Maurer
c2dea8e503
bump version to 4.0-31
2015-11-06 16:40:35 +01:00
Dietmar Maurer
efaf4017f4
zfs: enable posixacl and xattr for subvolumes
2015-11-06 16:39:17 +01:00
Dietmar Maurer
4c76432a70
bump version to 4.0-30
2015-11-06 08:37:02 +01:00
Wolfgang Link
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
Dietmar Maurer
37df4de083
bump version to 4.0-29
2015-11-02 17:14:21 +01:00
Dietmar Maurer
bb3fc38b2d
ISCSIPlugin: improve session parser
2015-11-02 17:12:14 +01:00
Dietmar Maurer
b28c71735c
bump version to 4.0-28
2015-10-28 11:31:18 +01:00
Wolfgang Link
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
Wolfgang Bumiller
323ab5baa8
fix bug #769 : migrate: use -p on 'zfs send' to include properties
2015-10-15 10:33:34 +02:00
Philipp Marek
0bdf560cff
DRBD: Fix typo in comment.
2015-10-15 08:54:48 +02:00