]> git.proxmox.com Git - pve-storage.git/history - PVE/Storage
Don't remove and recreate lun when changing a volume
[pve-storage.git] / PVE / Storage /
2019-09-23 Daniel BerteaudDon't remove and recreate lun when changing a volume
2019-09-20 Thomas Lamprechtfollowup: add JSON use and cleanup
2019-09-20 Tim Marxchange file_size_info sub to use qemu-img info json...
2019-09-09 Dominik Csapakfix vmid filter for backup listing
2019-09-09 Thomas Lamprechtfile_size_info: move parser to own variable
2019-09-09 Tim Marxwarn if filesize info couldn't be read due to error
2019-09-09 Tim Marxwhitespace cleanup
2019-09-03 Alwin AntreichFix #2346: rbd storage shows wrong %-usage
2019-09-03 Stefan Reiterfix #2216: Allow .img files in 'iso' type storages
2019-08-06 Fabian GrünbichlerZFS: refactor waiting for zvol symlinks
2019-08-06 Fabian Grünbichlerfix 2317: list images on 'rootdir' only storages
2019-07-19 Fabian Grünbichlerstorage plugin: move get_subdir call
2019-07-19 Dietmar Maurerstorage plugin: new list_volumes plugin method
2019-07-03 Dominik Csapakcephfs: make is_mounted check less strict
2019-06-17 Thomas Lamprechtpartially revert follow up
2019-06-17 Thomas Lamprechtfollowup: free_image: just check if a file in general...
2019-06-17 Stefan Reiterfix #2226: allow broken symlinks to be deleted via API
2019-06-14 Alwin Antreichcephfs: Exclude _netdev when mounting with fuse
2019-06-04 Thomas Lamprechtdrop un-maintained sheepdog plugin
2019-06-04 Thomas Lamprechtbuildsys: split storage plugins to single lines
2019-06-04 Dominik CsapakLVMPlugin: factor out the lv creation
2019-04-29 Mira Limbeckmap_volume: fall back to 'path'
2019-04-18 Thomas Lamprechtzpool: handle race with other zpool imports
2019-04-17 Thomas LamprechtzPool: fixup timeout setting for import
2019-04-17 Thomas Lamprechtzpool: cleanup zfs_request command a bit
2019-04-17 Wolfgang LinkZFS Pool: improve error output from activate_storage
2019-04-03 Fabian Grünbichlerzfs: don't generate/update cachefile on pool import
2019-03-30 Mira Limbeckworkaround zfs create -V error for unaligned sizes
2019-03-07 Dominik Csapakfix content listing for user mode iscsi plugin
2019-03-05 Christian Ebnerfix #585: remove leftover disks/directory after VM...
2019-01-31 Dominik Csapakenable snippets content type for all directory based...
2019-01-31 Dominik Csapakadd new content type 'snippets'
2019-01-29 Thomas Lamprechtfix #1598: use glusterfs daemon default port for online...
2019-01-24 Christian EbnerFix #1941: remove empty directories when freeing image...
2019-01-18 Stoiko IvanovFix #2050: only provide 'conv=sparse' for LvmThin
2019-01-15 Stoiko IvanovLVM: Add '--refresh' when activating volumes
2019-01-15 Stoiko Ivanovfix #2046 add volume_size_info to LVMPlugin
2018-12-20 Dominik Csapakmove Storage/CephTools to CephConfig
2018-12-07 Alwin AntreichFix #2019: CephFS storage misses maxfiles
2018-11-27 Thomas Lamprechtcephfs: tell systemd that mount mount requires network
2018-11-15 Thomas LamprechtLVM: lock on volume_resize
2018-11-09 Dietmar Maurerimplement map_volume and unmap_volume
2018-09-19 Thomas Lamprechtfind_free_diskname: fixup regex match operator
2018-09-19 Dietmar MaurerFix #1925: untaint rbd JSON output
2018-09-14 Thomas Lamprechtget_vm_disk_number: follow up cleanup
2018-09-14 Stoiko IvanovFix #1913: get_vm_disk_number: clone plugindata to...
2018-09-12 Alwin Antreichrbd: krbd_feature_disable was not disabling features
2018-09-11 Thomas Lamprechtrefactor is_valid_vm_diskname to private simpler sub
2018-09-10 Stoiko Ivanovrefactor finding next diskname for all plugins
2018-09-10 Thomas Lamprechtnext diskname: start ids with 0 to honor MAX_VOLUMES_PE...
2018-09-07 Stoiko Ivanovmake max number of disks a constant
2018-09-07 Stoiko Ivanovadd vm_diskname helpers (get_next, is_valid)
2018-09-07 Alwin AntreichAddition to fix #1895, skip image if no owner
2018-09-06 Thomas Lamprechtrdb: followup cleanups
2018-09-06 Dominik Csapakrbd: remove unused size conversion function
2018-09-06 Dominik Csapakfix #1895: use json for 'rbd ls -l' and 'rbd info'
2018-08-07 Stoiko IvanovFix #1858: lvm_find_free_diskname check for base
2018-08-02 Thomas LamprechtLIO: followup: various small cleanups
2018-08-02 Thomas LamprechtLIO: followup: shorter stderr/out logging
2018-08-02 Thomas LamprechtLIO: followup: fix indentation
2018-08-02 Thomas LamprechtLIO: followup: remove trailing whitespaces
2018-08-02 Udo RaderLinux LIO/targetcli support
2018-08-02 Dominik Csapakadd metadata_size and _used to lv list
2018-08-02 Dominik Csapakextend list_thinpools for multiple vgs and more information
2018-08-02 Dominik Csapakadd an option to include pvs in lvm_vgs
2018-07-11 Thomas Lamprechtremove unused Data::Dumper usages
2018-07-04 Thomas Lamprechtcephtools: simplify ceph_check_keyfile
2018-07-04 Thomas Lamprechtcephfs plugin: followup with some code cleanups
2018-07-04 Alwin AntreichUse keyfile create/remove from CephTools
2018-07-04 Alwin AntreichCephfs storage plugin
2018-07-04 Alwin AntreichAdd simple keyring check for cephfs/rbd
2018-07-04 Alwin AntreichMerge RBD and CephFS code into a helper module
2018-07-03 Thomas Lamprechtlvm: use add hook
2018-07-03 Thomas Lamprechtrbd: use add/delete hooks
2018-07-03 Thomas Lamprechtcifs: use add/delete hooks
2018-07-03 Thomas Lamprechtadd on_add and on_delete hooks
2018-06-14 Wolfgang LinkCIFS: add mkdir option allowing to switch off path...
2018-06-06 Thomas Lamprechtfollowup: fix typo
2018-06-06 Wolfgang LinkUse enums for smbvers to prevent incorrect input
2018-05-22 Wolfgang LinkMake check_connection less costly.
2018-05-22 Wolfgang Linkfix #1770: allow ex/import linked clones.
2018-05-16 Wolfgang Linkcifs: fix uninitialized warning in check_connection
2018-05-08 Fabian Grünbichlerfix #1754: rbd: fix handling of external clusters
2018-05-08 Thomas Lamprechtfixup error message typo: s/sould/should/
2018-05-07 Wolfgang Linkfix #1691: increase timeout in worker
2018-05-07 Wolfgang Linkfix #1691: replace udev check
2018-05-04 Alwin AntreichFix #1750: set monhost split to old behavior
2018-04-18 Alwin AntreichRefactor of method build_cmd and path
2018-04-18 Alwin AntreichFix #1542: show storage utilization per pool
2018-03-16 Dietmar Maurercifs: move plugin related code into plugin
2018-03-16 Wolfgang LinkRegister CIFSPlugin in the storage plugin system.
2018-03-16 Wolfgang LinkAdd CIFS Storage Plugin.
2018-03-02 Alwin AntreichFix typo in sub s/krdb_feature_disable/krbd_feature_disable
2018-03-02 Alwin AntreichFix #1574: could not disable krbd-incompatible image...
2018-01-31 Wolfgang Bumilleradd Storage::get_bandwidth_limit helper
2017-11-14 Dominik Csapakadd select_existing to plugindata for iscsi(direct)
2017-10-09 Emmanuel KasperISCSIPlugin: Use long options for readability
2017-09-12 Fabian Grünbichlerrbd: support auth=none if pveceph-managed
2017-09-07 Fabian Grünbichlerrbd: implement handling of unset monhost
2017-09-07 Fabian Grünbichlerrbd: refactor cmdline helpers
next