]> git.proxmox.com Git - pve-container.git/log
pve-container.git
8 years agoset memory.kmem.limit_in_bytes
Wolfgang Bumiller [Thu, 19 Nov 2015 09:19:46 +0000 (10:19 +0100)]
set memory.kmem.limit_in_bytes

Memcg/kmem reclaim support has been merged since kernel 4.1,
so it makes sense to include this.

Closes #820

8 years agobump version to 1.0-26
Dietmar Maurer [Thu, 19 Nov 2015 11:43:22 +0000 (12:43 +0100)]
bump version to 1.0-26

8 years agoMounting of zfspool snapshots are not necessary.
Wolfgang Link [Thu, 19 Nov 2015 11:28:21 +0000 (12:28 +0100)]
Mounting of zfspool snapshots are not necessary.

zfs subvol snapshots are allays mounted on $path_of_subvol/.zfs/$snapname

8 years agounprivileged: remove bad chown -R call
Wolfgang Bumiller [Fri, 13 Nov 2015 13:10:51 +0000 (14:10 +0100)]
unprivileged: remove bad chown -R call

This was added before we had bind mounts, instead we now
change ownership when creating disks by passing the
`root_owner` option to mkfs or activating+chown()ing the
paths for subvolumes.

8 years agobump version to 1.0-25
Dietmar Maurer [Sat, 14 Nov 2015 09:29:31 +0000 (10:29 +0100)]
bump version to 1.0-25

8 years agoimprove OS type detection
Dietmar Maurer [Sat, 14 Nov 2015 09:27:10 +0000 (10:27 +0100)]
improve OS type detection

8 years agoremove --totals from COMMON_TAR_FLAGS
Wolfgang Bumiller [Thu, 12 Nov 2015 13:00:29 +0000 (14:00 +0100)]
remove --totals from COMMON_TAR_FLAGS

It's included in the places that execute tar since it's a
flag to modify the status output rather than the data.

8 years agovzdump: userns support
Wolfgang Bumiller [Thu, 12 Nov 2015 13:00:28 +0000 (14:00 +0100)]
vzdump: userns support

8 years agounshare lxc-start into a slave mount namespace
Wolfgang Bumiller [Thu, 12 Nov 2015 13:00:27 +0000 (14:00 +0100)]
unshare lxc-start into a slave mount namespace

The rationale here is simply that if the host can see all
the mounts, then any program on the host entering a new
mount namespace can keep the mountpoints active.
This can potentially lead to hard-to-track problems with
multiple mount protection or NFS storages not syncing to the
end when stop-migrating a container to another node.

8 years agoadded the unprivileged flag
Wolfgang Bumiller [Thu, 12 Nov 2015 13:00:26 +0000 (14:00 +0100)]
added the unprivileged flag

This flag (like lxc.id_map entries) should only be set at
create-time in order to make sure the container's filesystem
has the correct ownerships and permissions.
For this reason modification is not allowed via the API.

An unprivileged containers defines lxc.id_map properties,
and includes $ostype.userns.conf in addition to
$ostype.common.conf in its lxc config.

8 years agoLXC::Setup: id_map support for file wrappers
Wolfgang Bumiller [Thu, 12 Nov 2015 13:00:25 +0000 (14:00 +0100)]
LXC::Setup: id_map support for file wrappers

when an id_map is configured for the container or the
unprivileged flag set (which implies the default userid
map), the file access wrappers (LXC::Setup::Plugin::ct_*
functions) will use the id_map to fixup ownership of created
files.

8 years agomount in pre-start, unmount in post-stop
Wolfgang Bumiller [Thu, 12 Nov 2015 13:00:24 +0000 (14:00 +0100)]
mount in pre-start, unmount in post-stop

Mounting needs access to the pve storage, so when adding
userns support to containers we need to mount at a time
where we still have access.

Besides, with this change we now also mount the rootfs
ourselves which makes it a more generic solution.

8 years agobump version to 1.0-24
Dietmar Maurer [Fri, 6 Nov 2015 15:20:03 +0000 (16:20 +0100)]
bump version to 1.0-24

8 years agosetup: fix ssh-key perms lost with the rewrite
Wolfgang Bumiller [Fri, 6 Nov 2015 12:09:23 +0000 (13:09 +0100)]
setup: fix ssh-key perms lost with the rewrite

8 years agoadd perms to ct_file_set_contents
Wolfgang Bumiller [Fri, 6 Nov 2015 12:09:22 +0000 (13:09 +0100)]
add perms to ct_file_set_contents

8 years agocreate/restore: add --warning=no-xattr-write to tar
Wolfgang Bumiller [Fri, 6 Nov 2015 11:39:01 +0000 (12:39 +0100)]
create/restore: add --warning=no-xattr-write to tar

Otherwise filesystems without ACL or xattr support will
cause tar to warn about every extracted file. (Eg. ZFS by
default has acltype=noacl).

xattr-write covers both xattrs and ACLs.

8 years agobump version to 1.0-23
Dietmar Maurer [Fri, 6 Nov 2015 10:44:38 +0000 (11:44 +0100)]
bump version to 1.0-23

8 years agoimprove setup error message a little
Wolfgang Bumiller [Fri, 6 Nov 2015 10:27:13 +0000 (11:27 +0100)]
improve setup error message a little

8 years agocleanup: remove unnecessary var
Dietmar Maurer [Fri, 6 Nov 2015 10:42:04 +0000 (11:42 +0100)]
cleanup: remove unnecessary var

8 years agoCreate: safer rewrite_ssh_host_keys
Wolfgang Bumiller [Fri, 6 Nov 2015 10:27:12 +0000 (11:27 +0100)]
Create: safer rewrite_ssh_host_keys

To avoid the /dev bindmount we now create the ssh keys on
the host and then copy them into the container.

8 years agobump version to 1.0-22
Dietmar Maurer [Fri, 6 Nov 2015 09:56:46 +0000 (10:56 +0100)]
bump version to 1.0-22

8 years agopreserve posix capabilities
Wolfgang Bumiller [Fri, 6 Nov 2015 09:05:35 +0000 (10:05 +0100)]
preserve posix capabilities

POSIX capabilities are stored as security.capability xattr.
The --xattrs option alone won't store anything outside the
usernamespace, so we have to specifically ask for this
capability to be included when calling tar.
Note that we deliberately don't store the entire security
namespace as labeling by xattr is common with some security
modules and possibly a planned apparmor feature, too, so
this way we avoid restoring arbitrary lables from dumps and
templates we might not want.

Since these flags are used in two separate files I moved
them to @$PVE::LXC::COMMON_TAR_FLAGS;

The --acls flag for tar (and -A flag for rsync) have also
been added.

8 years agoLXC::Setup: Load required host files in new()
Wolfgang Bumiller [Wed, 4 Nov 2015 10:29:07 +0000 (11:29 +0100)]
LXC::Setup: Load required host files in new()

The host's /etc/resolv.conf is required to take over the
host's DNS settings.

8 years agodestroy: check if container is still running
Dietmar Maurer [Wed, 4 Nov 2015 10:48:44 +0000 (11:48 +0100)]
destroy: check if container is still running

8 years agobump version to 1.0-21
Dietmar Maurer [Wed, 4 Nov 2015 10:23:14 +0000 (11:23 +0100)]
bump version to 1.0-21

8 years agoallow debian stretch/sid containers
Dietmar Maurer [Wed, 4 Nov 2015 10:22:14 +0000 (11:22 +0100)]
allow debian stretch/sid containers

8 years agocorrectly check storage access for all mount points
Dietmar Maurer [Mon, 2 Nov 2015 14:17:31 +0000 (15:17 +0100)]
correctly check storage access for all mount points

8 years agoSetup: fix bad /dev bindmount
Wolfgang Bumiller [Mon, 2 Nov 2015 10:17:24 +0000 (11:17 +0100)]
Setup: fix bad /dev bindmount

Hotplug changes will create a Setup instance with a rootdir
of /proc/$pid/root. Bindmounts on directories inside there
are broken.

Also the exitstatus of Setup::protected_call used the wrong
process' $?.

8 years agobump version to 1.0-20
Dietmar Maurer [Mon, 2 Nov 2015 10:16:40 +0000 (11:16 +0100)]
bump version to 1.0-20

8 years agofix bug #799: resize running CT with no loopdev.
Wolfgang Link [Mon, 2 Nov 2015 10:01:09 +0000 (11:01 +0100)]
fix bug #799: resize running CT with no loopdev.

now it is handeled if the mountpoint is not mounted by loopdev.

8 years agobump version to 1.0-19
Dietmar Maurer [Sat, 31 Oct 2015 17:40:12 +0000 (18:40 +0100)]
bump version to 1.0-19

8 years agoadd support for ubuntu 15.10 (wily)
Dietmar Maurer [Sat, 31 Oct 2015 17:38:51 +0000 (18:38 +0100)]
add support for ubuntu 15.10 (wily)

8 years agocode simplifications
Dietmar Maurer [Fri, 30 Oct 2015 09:53:46 +0000 (10:53 +0100)]
code simplifications

8 years agoget_container_disk_usage: use short timeout 1s
Dietmar Maurer [Fri, 30 Oct 2015 09:35:16 +0000 (10:35 +0100)]
get_container_disk_usage: use short timeout 1s

8 years agoLXC: use Tools::df for get_container_disk_usage
Wolfgang Bumiller [Fri, 30 Oct 2015 08:50:27 +0000 (09:50 +0100)]
LXC: use Tools::df for get_container_disk_usage

Run df on /proc/$pid/root instead of attaching to the
container and running its contained 'df' binary, as this
could create freezed processes of the container is frozen.

Also, since the container PIDs are now used in both loops
they're precached beforehand.

Fixes #793

8 years agoremove gzip and tar dependency, to avoid lintian error
Dietmar Maurer [Fri, 30 Oct 2015 09:03:26 +0000 (10:03 +0100)]
remove gzip and tar dependency, to avoid lintian error

lintian considers this an error, because those packages are
classified as essential.

8 years agovmstatus: correctly set numver of used cpus
Dietmar Maurer [Fri, 30 Oct 2015 09:01:12 +0000 (10:01 +0100)]
vmstatus: correctly set numver of used cpus

return the number of host cpus if cpulimit is 0. This also avoid a
division by zero error.

8 years agobump version to 1.0-18
Dietmar Maurer [Fri, 30 Oct 2015 05:48:38 +0000 (06:48 +0100)]
bump version to 1.0-18

8 years agodepend on xz-utils, gzip and tar
Dietmar Maurer [Fri, 30 Oct 2015 05:47:12 +0000 (06:47 +0100)]
depend on xz-utils, gzip and tar

so that we cab extract templates

8 years agobump version to 1.0-17
Dietmar Maurer [Thu, 29 Oct 2015 12:25:23 +0000 (13:25 +0100)]
bump version to 1.0-17

8 years agofix bug #770: CPU usage stats for containers
Wolfgang Link [Thu, 29 Oct 2015 12:11:07 +0000 (13:11 +0100)]
fix bug #770: CPU usage stats for containers

8 years agoadded symlink testcase
Wolfgang Bumiller [Thu, 29 Oct 2015 11:02:44 +0000 (12:02 +0100)]
added symlink testcase

8 years agoupdate changelog
Dietmar Maurer [Thu, 29 Oct 2015 11:16:30 +0000 (12:16 +0100)]
update changelog

8 years agofix bug #770: Network stats for containers
Wolfgang Link [Thu, 29 Oct 2015 10:11:06 +0000 (11:11 +0100)]
fix bug #770: Network stats for containers

8 years agofix a major typo
Wolfgang Bumiller [Thu, 29 Oct 2015 11:00:08 +0000 (12:00 +0100)]
fix a major typo

8 years agobump version to 1.0-16
Dietmar Maurer [Thu, 29 Oct 2015 10:43:54 +0000 (11:43 +0100)]
bump version to 1.0-16

8 years agoLXC::Setup: chroot into the container
Wolfgang Bumiller [Thu, 29 Oct 2015 10:04:02 +0000 (11:04 +0100)]
LXC::Setup: chroot into the container

In order to better deal with paths and symlinks inside
containers we now chroot() into the container's rootdir in
LXC::Setup.

8 years agoArchLinux: remove unused rootdir var
Wolfgang Bumiller [Thu, 29 Oct 2015 10:04:01 +0000 (11:04 +0100)]
ArchLinux: remove unused rootdir var

8 years agoLXC::Setup::new: fix rootdir key name
Wolfgang Bumiller [Thu, 29 Oct 2015 10:04:00 +0000 (11:04 +0100)]
LXC::Setup::new: fix rootdir key name

8 years agoLXC::get_primary_ips: ipv6 can be 'auto'
Wolfgang Bumiller [Thu, 29 Oct 2015 10:03:59 +0000 (11:03 +0100)]
LXC::get_primary_ips: ipv6 can be 'auto'

8 years agobump version to 1.0-15
Dietmar Maurer [Wed, 28 Oct 2015 10:27:59 +0000 (11:27 +0100)]
bump version to 1.0-15

8 years agoimprove inline comment
Dietmar Maurer [Wed, 28 Oct 2015 10:26:10 +0000 (11:26 +0100)]
improve inline comment

8 years agoStart a worker in lxc resize.
Wolfgang Link [Wed, 28 Oct 2015 08:40:41 +0000 (09:40 +0100)]
Start a worker in lxc resize.

It is necessary because if we resize a disk it can take longer. so to prevent long waiting time fork a worker process.

8 years agomove resize to have it available in the pveshell and at the rest api
Wolfgang Link [Wed, 28 Oct 2015 08:40:40 +0000 (09:40 +0100)]
move resize to have it available in the pveshell and at the rest api

8 years agoallow to mount iso images
Dietmar Maurer [Mon, 26 Oct 2015 11:22:32 +0000 (12:22 +0100)]
allow to mount iso images

8 years agobump version to 1.0-14
Dietmar Maurer [Thu, 22 Oct 2015 10:11:28 +0000 (12:11 +0200)]
bump version to 1.0-14

8 years agoredhat: fix unused values
Wolfgang Bumiller [Thu, 22 Oct 2015 09:02:01 +0000 (11:02 +0200)]
redhat: fix unused values

Move ip_is_in_cidr checks on $d->{gw} into the
defined($d->{gw}) guarded if block to avoid warnings and
useless route files being created when using dhcp.

8 years agobump version to 1.0-13
Dietmar Maurer [Wed, 21 Oct 2015 06:31:41 +0000 (08:31 +0200)]
bump version to 1.0-13

8 years agorestore: delete config from container after restore
Wolfgang Bumiller [Tue, 20 Oct 2015 08:31:25 +0000 (10:31 +0200)]
restore: delete config from container after restore

We don't need to leave /etc/vzdump/pct.conf or vps.conf in
the container's directory structure after using it, it only
causes the next backup to have the file twice in the
archive.

8 years agorestore: make sure only the first pct.conf is extracted
Wolfgang Bumiller [Tue, 20 Oct 2015 08:31:24 +0000 (10:31 +0200)]
restore: make sure only the first pct.conf is extracted

When making a stop/snapshot mode backup of a container that
was already restored from a backup, its /etc/vzdump/pct.conf
file was replacing our newly created one in the archive. We
need to prevent the duplicate file from overwriting our new
one.

8 years agoredhat: don't use aliases for dual stack networking
Wolfgang Bumiller [Tue, 20 Oct 2015 14:50:33 +0000 (16:50 +0200)]
redhat: don't use aliases for dual stack networking

A static IPv6 as alias interface for ipv4 doesn't work (RH
has "secondaries" for that), DHCP on aliases doesn't work
either.
The only drawback of putting both in the same file is that
static addresses take longer to be configured if the DHCP
server is slow.

8 years agoredhat: use the fully qualified hostname
Wolfgang Bumiller [Mon, 19 Oct 2015 08:02:02 +0000 (10:02 +0200)]
redhat: use the fully qualified hostname

8 years agobump version to 1.0-12
Dietmar Maurer [Mon, 19 Oct 2015 06:53:10 +0000 (08:53 +0200)]
bump version to 1.0-12

8 years agohotplug: deal with gateways outside the subnet
Wolfgang Bumiller [Fri, 16 Oct 2015 13:57:13 +0000 (15:57 +0200)]
hotplug: deal with gateways outside the subnet

8 years agosystemd: deal with gateways outside the subnet
Wolfgang Bumiller [Fri, 16 Oct 2015 13:57:12 +0000 (15:57 +0200)]
systemd: deal with gateways outside the subnet

8 years agocentos: deal with gateways outside the subnet
Wolfgang Bumiller [Fri, 16 Oct 2015 13:57:11 +0000 (15:57 +0200)]
centos: deal with gateways outside the subnet

8 years agodebian: deal with gateways in external subnets
Wolfgang Bumiller [Fri, 16 Oct 2015 13:57:10 +0000 (15:57 +0200)]
debian: deal with gateways in external subnets

8 years agoallow /32 CIDRs and remove duplicated mask array
Wolfgang Bumiller [Fri, 16 Oct 2015 07:29:48 +0000 (09:29 +0200)]
allow /32 CIDRs and remove duplicated mask array

8 years agobump version to 1.0-11
Dietmar Maurer [Fri, 16 Oct 2015 07:50:44 +0000 (09:50 +0200)]
bump version to 1.0-11

8 years agosetup/debian: remove superfluous parameter
Wolfgang Bumiller [Fri, 16 Oct 2015 07:44:22 +0000 (09:44 +0200)]
setup/debian: remove superfluous parameter

The $new parameter only guards the output of the 'auto' line
which is now being tracked in $done_auto, so it's not
needed anymore.

8 years agocleanup: reduce hash access
Wolfgang Bumiller [Fri, 16 Oct 2015 06:32:02 +0000 (08:32 +0200)]
cleanup: reduce hash access

8 years agowhitespace cleanup
Wolfgang Bumiller [Fri, 16 Oct 2015 06:32:01 +0000 (08:32 +0200)]
whitespace cleanup

8 years agosetup/debian: guard ipv4 output
Wolfgang Bumiller [Fri, 16 Oct 2015 06:32:00 +0000 (08:32 +0200)]
setup/debian: guard ipv4 output

When only an ipv6 address was specified we still tried to
print an ipv4 address which warned and caused additional
newlines to be appended to the file on each start.

8 years agosetup/debian: avoid extra newlines
Wolfgang Bumiller [Fri, 16 Oct 2015 06:31:59 +0000 (08:31 +0200)]
setup/debian: avoid extra newlines

At the beginning of a file or between sections, if there
have been two newlines already we don't need to add another.

8 years agosetup/debian: avoid writing multiple auto lines
Wolfgang Bumiller [Fri, 16 Oct 2015 06:31:58 +0000 (08:31 +0200)]
setup/debian: avoid writing multiple auto lines

8 years agobump version to 1.0-10
Dietmar Maurer [Fri, 16 Oct 2015 06:27:30 +0000 (08:27 +0200)]
bump version to 1.0-10

8 years agoimprove regex to match redhat/centos OS version
Dietmar Maurer [Fri, 16 Oct 2015 05:49:49 +0000 (07:49 +0200)]
improve regex to match redhat/centos OS version

8 years agodisk-size is a format, not a type
Wolfgang Bumiller [Thu, 15 Oct 2015 10:18:04 +0000 (12:18 +0200)]
disk-size is a format, not a type

8 years agocode cleanup - remove dead code
Dietmar Maurer [Thu, 15 Oct 2015 10:10:54 +0000 (12:10 +0200)]
code cleanup - remove dead code

volume property is not optional, so this is already verified
by PVE::JSONSchema::parse_property_string()

8 years agoparsing: throw by default unless $noerr is passed
Wolfgang Bumiller [Thu, 15 Oct 2015 09:09:49 +0000 (11:09 +0200)]
parsing: throw by default unless $noerr is passed

parse_ct_mountpoint and parse_lxc_mountpoint are now not usd
in schema verification anymore, so instead of returning
undef on error it can now die.

parse_ct_mountpoint now also gets a $noerr parameter as it
is used in foreach_mountpoint, and to be safe we'll just
skip invalid mountpoints there to avoid unexpected
inconsistent states.

8 years agoupdate changelog
Dietmar Maurer [Thu, 15 Oct 2015 09:49:46 +0000 (11:49 +0200)]
update changelog

8 years agorevert coding style changes, skip ID 7 (reserved for X11)
Dietmar Maurer [Thu, 15 Oct 2015 09:47:55 +0000 (11:47 +0200)]
revert coding style changes, skip ID 7 (reserved for X11)

8 years agoupdate inittab instead of replacing it
Wolfgang Bumiller [Thu, 15 Oct 2015 08:46:45 +0000 (10:46 +0200)]
update inittab instead of replacing it

8 years agoadd note about fsck to changelog
Dietmar Maurer [Thu, 15 Oct 2015 09:22:30 +0000 (11:22 +0200)]
add note about fsck to changelog

8 years agofsck: simplify code
Dietmar Maurer [Thu, 15 Oct 2015 09:19:21 +0000 (11:19 +0200)]
fsck: simplify code

8 years agominor cleanups
Dietmar Maurer [Thu, 15 Oct 2015 08:44:15 +0000 (10:44 +0200)]
minor cleanups

8 years agoAdd new pct fsck command to check the mountpoints of a container
Emmanuel Kasper [Wed, 14 Oct 2015 12:47:23 +0000 (14:47 +0200)]
Add new pct fsck command to check the mountpoints of a container

* the filesystem specific command will be called automatically by fsck
* the -a flag ensures that the filesystem can be fixed without any questions
* the -f flag forces a filesystem check even if the fs seems clean
(flags similar to what the fsck systemd unit uses)

8 years agobump version to 1.0-9
Dietmar Maurer [Thu, 15 Oct 2015 08:26:19 +0000 (10:26 +0200)]
bump version to 1.0-9

8 years agoremove unused functions
Wolfgang Link [Thu, 15 Oct 2015 07:55:56 +0000 (09:55 +0200)]
remove unused functions

8 years agochange function parse_size to PVE::JSONSchema::parse_size
Wolfgang Link [Thu, 15 Oct 2015 07:55:55 +0000 (09:55 +0200)]
change function parse_size to PVE::JSONSchema::parse_size

8 years agofix bug #750: deactivate volumes to be sure there are no volumes active on the source...
Wolfgang Link [Fri, 9 Oct 2015 12:13:53 +0000 (14:13 +0200)]
fix bug #750: deactivate volumes to be sure there are no volumes active on the source node

8 years agofix bug #752: correct size of mount point after resize
Wolfgang Link [Mon, 12 Oct 2015 09:55:25 +0000 (11:55 +0200)]
fix bug #752: correct size of mount point after resize

8 years agofix test if storage allows containers
Dietmar Maurer [Mon, 12 Oct 2015 05:49:03 +0000 (07:49 +0200)]
fix test if storage allows containers

8 years agobump version to 1.0-8
Dietmar Maurer [Sat, 10 Oct 2015 15:24:42 +0000 (17:24 +0200)]
bump version to 1.0-8

8 years agomake bridge parameter option - required for hotplug code
Dietmar Maurer [Sat, 10 Oct 2015 15:23:28 +0000 (17:23 +0200)]
make bridge parameter option - required for hotplug code

8 years agobump version to 1.0-7
Dietmar Maurer [Thu, 8 Oct 2015 09:48:04 +0000 (11:48 +0200)]
bump version to 1.0-7

8 years agoalways create /fastboot to skip run fsck
Dietmar Maurer [Thu, 8 Oct 2015 09:46:59 +0000 (11:46 +0200)]
always create /fastboot to skip run fsck

8 years agoavoid warning about uninitialized value
Dietmar Maurer [Wed, 7 Oct 2015 04:40:17 +0000 (06:40 +0200)]
avoid warning about uninitialized value

8 years agoTypo in resize_vm subroutine
Emmanuel Kasper [Tue, 6 Oct 2015 09:32:14 +0000 (11:32 +0200)]
Typo in resize_vm subroutine

8 years agobump version to 1.0-6
Dietmar Maurer [Tue, 6 Oct 2015 07:37:58 +0000 (09:37 +0200)]
bump version to 1.0-6