d86fd0a49b
disable jewel image features when using krdb
...
otherwise mapping those images will fail. disabling the
features only needs to be done once per image, so it makes
sense to do this when creating the images.
unfortunately, the command does not work in hammer, so
it needs a version check for jewel or higher.
2016-06-07 10:25:36 +02:00
7aeda03306
add ceph version helpers
2016-06-07 10:25:25 +02:00
fa017b9696
add pvesm extractconfig
2016-06-03 12:04:59 +02:00
8898dd7be2
add extract vzdump config methods
...
extract_vzdump_config_tar is an adapted combination
of tar_archive_search_conf() and the first part of
recover_config(), both from PVE::LXC::Create.
a compressed vma backup file needs special error
handling because vma exits as soon as it found the config
file, which the used decompressors treat as error.
2016-06-03 12:04:26 +02:00
daccf21ef7
docs: typo, newlines, cleanup
2016-04-15 16:37:01 +02:00
9e4632c2fe
DRBDPlugin: check_drbd_res() ignore info codes
...
Messages for return codes 1 to 99 are not considered an error.
2016-04-15 08:07:01 +02:00
72e743bd65
rbd: fix error message
2016-04-11 12:57:51 +02:00
dbf890f082
generate manpage with pve-doc-generator, bump version to 4.0-49
2016-04-06 11:28:09 +02:00
74b724a699
In path use parsed volname not the volid and add 'basevol'
2016-04-05 15:43:02 +02:00
8e5b96cac3
zfs_parse_zvol_list: simplify regex
2016-04-04 08:51:13 +02:00
851658c3b0
Change zfs path when link clone are used
...
The new naming is coherent to Dir plugin.
So if we make an licked clone the parent will be coded in the path of the storage.
2016-04-04 06:38:15 +02:00
703de49ea9
Skip invalid property's in storage parser
...
There is no need to remove the hole storage, if one property is not valid.
Just ignore the property.
2016-04-04 06:30:53 +02:00
83d7192ff9
Add write_config, drop cfs_read_file
...
Use PVE::Storage::config() and the new
PVE::Storage::write_config() instead of cfs_read_file and
cfs_write_file with a hardcoded filename.
2016-03-30 10:42:12 +02:00
986303caf3
Fix LXC migration from local subvol
...
This patch reconfigured the rsync parameters, so the fs keeps all settings and works recursive.
2016-03-22 09:06:59 +01:00
b650f029d3
Use array to run_command instead of a string.
2016-03-17 07:07:56 +01:00
2d22db9a99
Include all snapshots when migrate storage zfs to zfs.
2016-03-17 07:07:01 +01:00
21430e5088
Use is_worker to decide default timeout for ZFS
...
Bump timeout to 1 hour if running in a worker and no timeout
specified.
2016-03-15 16:50:00 +01:00
f44e50fed1
lvmthin: activate base volumes
...
create_base() uses '-ky' to prevent base images from being
activated by default, similar to snapshots. This means we
need to activate them like snapshots with the '-K' option.
2016-03-15 06:48:59 +01:00
7a047fce4a
Remove content type container from GlusterFS.
2016-03-02 17:14:07 +01:00
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
668f6d9faf
add lvmthinscan to CLI
2016-02-20 10:11:59 +01:00
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
2d080bb88d
storage_migrate: another ipv6 fix for an rsync command
2016-01-28 11:10:56 +01:00
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
030bc5c803
lvmthin: allow to clone from snapshot
2016-01-20 11:32:18 +01:00
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
1773e785c2
nfs: is_mounted: match /^nfs.*/ type
...
This is consistent with the old behavior.
2015-12-09 16:15:31 +01:00
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
f482231e48
Revert "Change zfspoolplugin path when snapshot is given."
...
This reverts commit fdd31ce759 .
The assumption was wrong. Turned out that we cannot assume
snapshots are always mounted there.
2015-12-09 07:38:36 +01:00
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
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
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
80b647882e
make use of the new ProcFSTools::parse_proc_mounts
2015-11-14 10:37:06 +01:00
30650d3c46
lvmthin: enable copy from snapshot feature
2015-11-12 11:15:37 +01:00
33adbdc447
lvmthin: allow to acces snapshots in filesystem_path
2015-11-12 11:14:47 +01:00
faabe9e297
lvmthin: fix used space (only use data%)
2015-11-12 09:47:49 +01:00
f1b59efc0d
lvmthin: implement template/clone
2015-11-12 09:31:45 +01:00
b13784612d
new helper lvm_find_free_diskname()
2015-11-12 09:29:00 +01:00
5b41084a6a
lvmthin alloc_image: add additional test if VG exists
2015-11-12 08:02:50 +01:00
663372bc4d
lvmthin: implement snapshot and rollback
2015-11-12 07:28:28 +01:00
a9f0c6c4f5
lvmthin volume_resize: reuse code from parent class
2015-11-11 10:18:44 +01:00
5c687bd921
white space cleanups
2015-11-11 09:17:31 +01:00
15334c831c
LvmThinPlugin: improve basic functionality, better code reuse
2015-11-11 09:14:06 +01:00
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
610798bc2d
add lvm thin plugin
2015-11-11 09:14:06 +01:00
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