It is possisble to use lvm-drect with docker using a unique physical partition shared with OS adding a second VG?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Hi I want install docker with direct-lvm
in manual they write :
âÂÂstorage-driverâÂÂ: âÂÂdevicemapperâÂÂ,
âÂÂstorage-optsâÂÂ: [
âÂÂdm.directlvm_device=/dev/xdfâÂÂ,
âÂÂdm.thinp_percent=95âÂÂ,
âÂÂdm.thinp_metapercent=1âÂÂ,
âÂÂdm.thinp_autoextend_threshold=80âÂÂ,
âÂÂdm.thinp_autoextend_percent=20âÂÂ,
âÂÂdm.directlvm_device_force=falseâÂÂ
]
In my machine i have disk /dev/sda with 2 partitions
Device Free Used Total Pool Mount point
/dev/sda 1.17 TB PARTITIONED
/dev/sda1 200.00 MB /boot
/dev/sda2 0.00 KB 1.17 TB 1.17 TB vg
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
root vg -wi-ao---- 1,17t
In the partiton /dev/sda2 is installed also my OS. How to install in it lvm-direct? Can i use /dev/sda2 for creatinng a second VG docker inside the same partition and LV thinpool and thinpoolmeta or i have forcely to create another physical partition?
lvm docker
add a comment |Â
up vote
0
down vote
favorite
Hi I want install docker with direct-lvm
in manual they write :
âÂÂstorage-driverâÂÂ: âÂÂdevicemapperâÂÂ,
âÂÂstorage-optsâÂÂ: [
âÂÂdm.directlvm_device=/dev/xdfâÂÂ,
âÂÂdm.thinp_percent=95âÂÂ,
âÂÂdm.thinp_metapercent=1âÂÂ,
âÂÂdm.thinp_autoextend_threshold=80âÂÂ,
âÂÂdm.thinp_autoextend_percent=20âÂÂ,
âÂÂdm.directlvm_device_force=falseâÂÂ
]
In my machine i have disk /dev/sda with 2 partitions
Device Free Used Total Pool Mount point
/dev/sda 1.17 TB PARTITIONED
/dev/sda1 200.00 MB /boot
/dev/sda2 0.00 KB 1.17 TB 1.17 TB vg
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
root vg -wi-ao---- 1,17t
In the partiton /dev/sda2 is installed also my OS. How to install in it lvm-direct? Can i use /dev/sda2 for creatinng a second VG docker inside the same partition and LV thinpool and thinpoolmeta or i have forcely to create another physical partition?
lvm docker
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Hi I want install docker with direct-lvm
in manual they write :
âÂÂstorage-driverâÂÂ: âÂÂdevicemapperâÂÂ,
âÂÂstorage-optsâÂÂ: [
âÂÂdm.directlvm_device=/dev/xdfâÂÂ,
âÂÂdm.thinp_percent=95âÂÂ,
âÂÂdm.thinp_metapercent=1âÂÂ,
âÂÂdm.thinp_autoextend_threshold=80âÂÂ,
âÂÂdm.thinp_autoextend_percent=20âÂÂ,
âÂÂdm.directlvm_device_force=falseâÂÂ
]
In my machine i have disk /dev/sda with 2 partitions
Device Free Used Total Pool Mount point
/dev/sda 1.17 TB PARTITIONED
/dev/sda1 200.00 MB /boot
/dev/sda2 0.00 KB 1.17 TB 1.17 TB vg
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
root vg -wi-ao---- 1,17t
In the partiton /dev/sda2 is installed also my OS. How to install in it lvm-direct? Can i use /dev/sda2 for creatinng a second VG docker inside the same partition and LV thinpool and thinpoolmeta or i have forcely to create another physical partition?
lvm docker
Hi I want install docker with direct-lvm
in manual they write :
âÂÂstorage-driverâÂÂ: âÂÂdevicemapperâÂÂ,
âÂÂstorage-optsâÂÂ: [
âÂÂdm.directlvm_device=/dev/xdfâÂÂ,
âÂÂdm.thinp_percent=95âÂÂ,
âÂÂdm.thinp_metapercent=1âÂÂ,
âÂÂdm.thinp_autoextend_threshold=80âÂÂ,
âÂÂdm.thinp_autoextend_percent=20âÂÂ,
âÂÂdm.directlvm_device_force=falseâÂÂ
]
In my machine i have disk /dev/sda with 2 partitions
Device Free Used Total Pool Mount point
/dev/sda 1.17 TB PARTITIONED
/dev/sda1 200.00 MB /boot
/dev/sda2 0.00 KB 1.17 TB 1.17 TB vg
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
root vg -wi-ao---- 1,17t
In the partiton /dev/sda2 is installed also my OS. How to install in it lvm-direct? Can i use /dev/sda2 for creatinng a second VG docker inside the same partition and LV thinpool and thinpoolmeta or i have forcely to create another physical partition?
lvm docker
asked Jun 7 at 9:40
abubi abubi
12
12
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f448376%2fit-is-possisble-to-use-lvm-drect-with-docker-using-a-unique-physical-partition-s%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password