]> git.proxmox.com Git - pve-container.git/history - src/PVE/API2/LXC/Status.pm
api: stop: reword overrule-shutdown parameter description
[pve-container.git] / src / PVE / API2 / LXC / Status.pm
2024-04-18 Friedrich Weberapi: stop: reword overrule-shutdown parameter description
2024-04-17 Friedrich Weberfix #4474: lxc api: add overrule-shutdown parameter...
2024-04-04 Friedrich Weberapi: status: move config locking from API handler into...
2021-09-30 Aaron Lautererpct status: mark suspend as experimental
2020-09-09 Thomas Lamprechtimplement debug start
2020-04-25 Thomas Lamprechtapi/destroy: add force to allow destroying running CT
2020-04-08 Fabian EbnerUse foreach_volume instead of foreach_mountpoint-variants
2019-11-20 Oguz Bektasimplement container reboot
2019-11-14 Fabian EbnerUse crm-command stop to allow shutdown with timeout...
2019-05-13 Thomas Lamprechtapi status: indentation, whitespace and empty newline...
2019-05-13 Thomas Lamprechtapi status: code cleanup for HA calls
2019-05-10 Thomas Lamprechtapi status: use own variable for frequent hash use
2019-05-10 Thomas Lamprechtapi status: cleanup nested closures
2019-05-10 Thomas Lamprechtapi status: indentation cleanup
2019-05-10 Thomas Lamprechtfix #2200: vm_stop: add nokill-after-timeout parameter
2018-08-01 Dietmar Maurervmstatus: define return propertries
2018-03-12 Alwin AntreichRemove obsolete read from storage.cfg in vm_start api...
2018-03-12 Alwin AntreichFix #1547: on migration abort, the CT starts again
2017-10-17 Wolfgang Bumilleradd vm_stop helper
2017-10-13 Fabian Grünbichlerswitch to pve-container@ unit
2017-09-01 Philip Abernethyclose #1478: add check for unsupported config
2017-06-27 Thomas LamprechtAPI HA tasks: we request states not execute them
2017-02-08 Wolfgang Bumillerdon't pull HA modules for doc-generation
2017-02-02 Wolfgang Bumilleruse the lxc@ service file provded by lxc
2016-11-23 Dietmar Maurervm_shutdown: request 'stopped' state for HA enabled CTs
2016-11-23 Dietmar Maurerswitch to 'ha-manager set'
2016-08-05 Wolfgang Bumillerupdate_lxc_config: remove unused parameter
2016-04-19 Thomas Lamprechtvm_status: return more verbose HA state
2016-03-04 Emmanuel KasperDocument the difference between stop and shutdown
2016-03-03 Fabian GrünbichlerRefactor config-related methods into AbstractConfig
2016-02-27 Wolfgang Bumillerallow starting and stopping a mounted container
2016-02-12 Fabian GrünbichlerRefactor lock_container into lock_config_[xx]
2016-02-08 Wolfgang Bumilleradded $skiplock parameter for pct start/stop
2016-01-27 Thomas Lamprechtfix PVE::HA use clauses
2016-01-19 Fabian GrünbichlerUse lock_container when checking locks
2016-01-19 Fabian GrünbichlerFix typo in lxc-checkpoint dump directory
2016-01-15 Fabian GrünbichlerCheck lock for pct start, stop, suspend, shutdown
2016-01-10 Wolfgang Bumillercheck for quorum when starting a container
2016-01-08 Dietmar Maurervm_stop: make sure the container is stopped using lxc...
2015-11-20 Wolfgang BumillerUse lxc.start.unshare and revert "unshare lxc-start...
2015-11-13 Wolfgang Bumillerunshare lxc-start into a slave mount namespace
2015-09-09 Emmanuel KasperDon't die in vm_shutdown when we have no errors
2015-09-03 Thomas Lamprechtlxc-stop fails when 'kill' and 'timeout' options are...
2015-09-02 Dietmar Maureradd bash completion support
2015-09-01 Thomas LamprechtRemoving dead code from CT stop call and fixing typo
2015-08-20 Dietmar Maurersplit PVE::API2::LXC into smaller parts