Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673058 - app-emulation/lxd should install */bin/lxd-p2c
Summary: app-emulation/lxd should install */bin/lxd-p2c
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Erik Mackdanz
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-13 08:01 UTC by Pavol Cupka
Modified: 2018-12-15 22:31 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavol Cupka 2018-12-13 08:01:40 UTC
lxd-p2c is a binary helper to migrate physical box to a container.


Reference: 
https://linuxcontainers.org/lxd/news/#physical-to-container-migration-with-lxd-p2c

Quote:
Physical to container migration with lxd-p2c

A new tool called lxd-p2c makes it possible to import a system's filesystem into a LXD container using the LXD API.

After building a copy of the tool, the resulting binary can be transferred to any system that you want to turn into a container. Point it to a remote LXD server and the entire system's filesystem will be transferred over the LXD migration API and a new container be created.
...
Comment 1 Larry the Git Cow gentoo-dev 2018-12-15 22:23:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728da7cdc72a5b7c8b74125fb8e4126587282fb0

commit 728da7cdc72a5b7c8b74125fb8e4126587282fb0
Author:     Erik Mackdanz <stasibear@gentoo.org>
AuthorDate: 2018-12-15 22:22:46 +0000
Commit:     Erik Mackdanz <stasibear@gentoo.org>
CommitDate: 2018-12-15 22:22:46 +0000

    app-emulation/lxd: Bump to 3.8
    
    Closes: https://bugs.gentoo.org/670568
    Closes: https://bugs.gentoo.org/673058
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>

 app-emulation/lxd/Manifest       |   1 +
 app-emulation/lxd/lxd-3.8.ebuild | 241 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 242 insertions(+)
Comment 2 Erik Mackdanz gentoo-dev 2018-12-15 22:25:32 UTC
Fixed with 3.8 ebuild.  Thanks for flagging this.
Comment 3 Pavol Cupka 2018-12-15 22:31:04 UTC
Thanks for fixing :)