]> git.proxmox.com Git - pve-container.git/history - src/PVE/LXC.pm
fix hardcoded CT uptime in vmstatus
[pve-container.git] / src / PVE / LXC.pm
2015-09-30 Thomas Lamprechtfix hardcoded CT uptime in vmstatus
2015-09-30 Dietmar Maurerset TERM=linux for containers
2015-09-25 Wolfgang Bumillermount snapshots with the noload option
2015-09-25 Wolfgang Bumillervzdump:lxc: sync and skip journal in snapshot mode
2015-09-23 Dietmar Maureruse json schema format for network config
2015-09-23 Wolfgang BumillerReplace parsing code for -net* and -mp*
2015-09-23 Wolfgang BumillerUse format hashes in schemas
2015-09-22 Emmanuel KasperWhen destroying a container, remove bind mounts and...
2015-09-22 Alen GrizonicCT protection mode
2015-09-18 Dietmar Maurerallow to parse configuration value with spaces
2015-09-18 Dietmar Maurerspecify data format for hostname, searchdomain and...
2015-09-18 Dietmar Maureradd check for newlines before writing configuration
2015-09-17 Wolfgang Bumillermountpoint_mount: disallow symlinks in bind mounts
2015-09-17 Wolfgang Bumilleruse sanitize_mountpoint in foreach_mountpoint
2015-09-17 Wolfgang Bumillerlxc: use new disk option names in permission check
2015-09-16 Wolfgang Bumillerdrop mkdirs flag on mount_all
2015-09-11 Dietmar Maureradd support for LVM
2015-09-11 Dietmar Maurermountpoint_mount: return info if mount uses loop device
2015-09-10 Dietmar Maurerformat_disk: call activate_volume()
2015-09-10 Dietmar Maurercleanup mp size parameter (add units, same code as...
2015-09-10 Dietmar Maurermount_all: make sure rootfs exists
2015-09-09 Alen GrizonicCT protection mode added
2015-09-07 Wolfgang Bumillerfix block device access
2015-09-07 Wolfgang Bumillerget rid of most of the loop-devices code
2015-09-07 Dietmar Maureruse complete_migration_target from PVE::Cluster
2015-09-06 Wolfgang Linkcheck is mounted before try to unmount disk.
2015-09-05 Dietmar Maurercreate_disk: correctly pass nomp parameter to print_ct...
2015-09-05 Dietmar Maurermove create_disks to PVE::LXC to avoid cyclic dependency
2015-09-05 Wolfgang Bumilleradd support to add mountpoints with pct set
2015-09-05 Dietmar Maurercleanup coding style
2015-09-05 Wolfgang Bumillerdisk formatting and mounting changed
2015-09-04 Dietmar Maureruse run_cli instead of run (name changed in pve-common)
2015-09-04 Dietmar Maureruse PVE::Cluster::complete_next_vmid
2015-09-03 Dietmar Maurertypo fixup: dettach -> detach
2015-09-03 Wolfgang Bumilleradd missing archlinux ostype confdesc enum entry
2015-09-03 Wolfgang Bumillerdestroy owned mountpoints on pct destroy
2015-09-02 Dietmar Maureradd bash completion support
2015-09-01 Dietmar Maureruse multiple mount protection (mmp)
2015-09-01 Dietmar Maurernormalize mount path
2015-09-01 Dietmar Maurermount_all: unly call umount on error
2015-09-01 Dietmar Maurerumount_all: fix previous commit
2015-08-31 Dietmar Maureruse loop device for all 'raw' formated disks on directo...
2015-08-31 Wolfgang Bumillerunderscore is a valid lxc config key character
2015-08-31 Dietmar Maurerimplement mount_all/umount_all
2015-08-31 Dietmar Maurerparse_ct_mountpoint: allow to parse "--rootfs 0"
2015-08-28 Dietmar Maurermerge volid_path into mountpount_mount
2015-08-27 Dietmar Maurerlock_aquire: fix reference counting and lock name
2015-08-27 Dietmar Maurerhas_feature: skip further tests if we already detected...
2015-08-27 Dietmar Maurerhas_feature: check all mountpoints
2015-08-27 Dietmar Maurercleanup: remove useless PVE::LXC prefix
2015-08-27 Dietmar Maurercreate: do not pass mointpoints to update_pct_config...
2015-08-27 Alexandre Derumiervm_create : add support for mountpoints
2015-08-26 Emmanuel KasperCorrect package name in sub update_ipconfig()
2015-08-26 Thomas Lamprechtallow to load configs from CTs located on other nodes
2015-08-26 Alexandre Derumierremove tests for /dev/xxx and use get_vm_volumes
2015-08-26 Alexandre Derumieradd get_vm_volumes sub
2015-08-26 Alexandre Derumierupdate_lxc_config : remove foreach_mountpoint
2015-08-26 Dietmar Maurerwhite space cleanups
2015-08-26 Alexandre Derumiervolid_path : test device and local directory
2015-08-26 Dietmar Maurermountpoint_mount: die if something fails
2015-08-26 Dietmar Maurercode cleanup
2015-08-21 Dietmar Maurermountpoint_mount: remove unused parameter $ms
2015-08-21 Alexandre Derumiervolid_path: don't format $path with loop:/
2015-08-21 Alexandre Derumieradd mountpoint_mount sub
2015-08-21 Alexandre Derumieradd dettach_loops sub
2015-08-21 Alexandre Derumieradd attach_loops sub
2015-08-21 Alexandre Derumierupdate_lxc_config : code_clenaup
2015-08-21 Alexandre Derumieradd volid_path
2015-08-20 Dietmar Maurersplit PVE::API2::LXC into smaller parts
2015-08-19 Alexandre Derumiermountpoint: add support for host /dev/xxx block device...
2015-08-19 Wolfgang Bumillerarchlinux template support
2015-08-18 Dietmar Maurermark mp[N] as experimental feature
2015-08-18 Dietmar Maurermove setup_mountpoint into mount hook
2015-08-18 Alexandre Derumiermount hook : setup_mountpoints
2015-08-18 Alexandre Derumieradd lxc.mount.entry for subvol
2015-08-18 Alexandre Derumiervm_stop_cleanup : detach loopdevices for non rootfs...
2015-08-17 Dietmar Maurerdo not allow hotplug of cmode option
2015-08-17 Alexandre Derumieradd find_loopdev sub
2015-08-17 Alexandre Derumieradd blockdevices_list sub
2015-08-17 Alexandre Derumieradd loopdevices_list sub
2015-08-15 Dietmar Maurerimplement new cmode option
2015-08-14 Dietmar Maurerforeach_mountpoint: loop with defined order
2015-08-14 Alexandre Derumierdeactivate all mountpoint at ct stop
2015-08-14 Alexandre Derumieradd foreach_mountpoint
2015-08-14 Alexandre Derumieradd mpX mountpoint config
2015-08-14 Dietmar Maurernew helper: has_dev_console
2015-08-14 Dietmar Maurerdeny access to /dev/console if console is disabled
2015-08-14 Dietmar Maurerset default tty count to 2
2015-08-14 Dietmar Maureradd console option
2015-08-13 Dietmar Maurercorrectly compute lxc.rootfs for new subvol format
2015-08-13 Wolfgang Bumillerprint_ct_mountpoint: fix info variable substitution
2015-08-13 Wolfgang Bumillermountpount->mountpoint + call fix
2015-08-13 Dietmar Maurerimplement template creation
2015-08-12 Alexandre Derumieradd rbd storage type support
2015-08-11 Dietmar Maurerallow to set empty lxc.xxx values
2015-08-08 Dietmar Maurerfix description of parameter 'rootfs'
2015-08-08 Dietmar Maureravoid warning about undefined values
2015-08-07 Wolfgang LinkFix in PVE::LXC parse_ct_mountpoint
2015-08-07 Dietmar Maureractivate/deactivates volumes on container start/stop
2015-08-07 Dietmar Maurerallow to use drbd storage for containers
next