]> git.proxmox.com Git - pve-container.git/history - src/PVE/CLI/pct.pm
vmstatus: make lock property optional again
[pve-container.git] / src / PVE / CLI / pct.pm
2021-03-15 Fabian Ebnervmstatus: make lock property optional again
2020-10-29 Thomas Lamprechtfollowup: description wording
2020-10-29 Oguz Bektaspct fstrim: add 'ignore-mountpoints' parameter
2020-04-25 Thomas Lamprechtpct: reorder CLI definitions
2020-04-08 Fabian EbnerUse parse_volume instead of parse_ct-variants
2020-04-08 Fabian EbnerUse foreach_volume instead of foreach_mountpoint-variants
2020-04-04 Wolfgang Bumillerpct: use CGroup submodule and new CpuSet methods
2020-03-27 Fabian EbnerImplement volume-related helpers and use new foreach_volume
2020-01-21 Thomas Lamprechtfsck: do is-CT-running check earlier
2020-01-21 Alwin AntreichFix: fsck: rbd volume not mapped
2019-11-20 Oguz Bektasimplement container reboot
2019-10-18 Oguz Bektasadd 'pct pending'
2019-10-18 Oguz Bektasuse print_snapshot_tree guest helper for pct listsnapshot
2019-08-28 Oguz Bektasdon't leave fstrim lock if mount_all fails
2019-05-13 Thomas Lamprechtremove Data::Dumper usages
2019-03-28 Oguz Bektasfix #1607: implement pct fstrim
2018-11-12 Alwin AntreichClose #1234: pct: implement rescan
2018-10-09 Tim Marxclose #1940: pct console: added ability to specify...
2018-07-06 Wolfgang Bumillerdeal with disabled cgroup subsystems
2018-06-27 Dominik Csapakreplace read_password with param_mapping
2018-03-13 Wolfgang Bumilleradd move_volume api call
2017-11-23 Thomas Lamprechtpct mount: tell user where he can find the mounted CT
2017-04-04 Thomas Lamprechtpct: improve error message output of die
2017-02-15 Thomas Lamprechtpct: remove leftover outdated POD content
2017-01-12 Dietmar Maureradd setup_environment hook to CLIHandler class
2016-11-03 Fabian Grünbichlerfix spelling: 'mountpoint' 'mount point'
2016-10-28 Dietmar Maurerpct cpusets: cleanup output if there are no running...
2016-10-27 Dietmar Maurerpct: add new command 'pct cpusets to print assigned...
2016-07-26 Dominik Csapakadd status call to pct
2016-07-05 Fabian Grünbichlerinclude custom lxc options when displaying config
2016-07-04 Wolfgang Bumilleradded 'pct df'
2016-04-20 Dietmar Maurercode cleanup
2016-04-20 Fabian Grünbichlerpush/pull permissions: use octal by default
2016-04-05 Fabian GrünbichlerExpose ssh_keys feature over API
2016-04-01 Fabian GrünbichlerAdd read_password sub for 'pct create'
2016-03-14 Fabian GrünbichlerUse set_lock and remove_lock
2016-03-03 Fabian GrünbichlerMove JSONFormat code to PVE::LXC::Config
2016-03-03 Fabian GrünbichlerRefactor mountpoint and general conf methods
2016-03-03 Fabian GrünbichlerRefactor config-related methods into AbstractConfig
2016-03-01 Wolfgang Bumillerpct list: Add a 'Lock' column
2016-02-27 Wolfgang BumillerImplement pct mount/unmount
2016-02-27 Wolfgang BumillerImplement pct push/pull
2016-02-24 Thomas Lamprechtpct enter: check if container runs before lxc-attach
2016-02-12 Fabian GrünbichlerRefactor lock_container into lock_config_[xx]
2016-01-21 Dietmar Maurerimplement linked clones
2016-01-15 Dietmar Maurerimplement parse_ct_rootfs
2015-10-28 Wolfgang Linkmove resize to have it available in the pveshell and...
2015-10-15 Dietmar Maurerfsck: simplify code
2015-10-15 Dietmar Maurerminor cleanups
2015-10-15 Emmanuel KasperAdd new pct fsck command to check the mountpoints of...
2015-09-07 Wolfgang Bumillersupport resizing of owned container disks
2015-09-06 Wolfgang Linkadd the capability to unlock a Container if it is locked
2015-09-05 Dietmar Maurerpct exec: fix bash completion
2015-09-03 Dietmar Maurerpct: use separate class for CLIHandler (src/PVE/CLI...