Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] podman: Add `fuse-overlayfs` to `depends`
@ 2021-03-15 16:48 kartikynwa
  2021-03-15 18:38 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: kartikynwa @ 2021-03-15 16:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 710 bytes --]

New issue by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/issues/29491

Description:
Hello.

podman tried to default to overlayfs as the default storage driver and falls back to vfs if it's not available. While podman functions fine with vfs, it has the downside of eating up an inordinate amount of space. On my VPS, doing a `podman-compose pull` on a Wordpress compose file, it consumed 15GB of space before there was none left.

For reference, Arch installs it as a runtime dependency and it's a suggested package while installing podman in Debian.

Just throwing an idea against the wall so feel free to close the issue if it's not deemed necessary.

Thanks.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: podman: Add `fuse-overlayfs` to `depends`
  2021-03-15 16:48 [ISSUE] podman: Add `fuse-overlayfs` to `depends` kartikynwa
@ 2021-03-15 18:38 ` ericonr
  2021-03-15 18:41 ` ahesford
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-03-15 18:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/29491#issuecomment-799656807

Comment:
This sounds like a reasonable idea to me. @CameronNemo what do you think?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: podman: Add `fuse-overlayfs` to `depends`
  2021-03-15 16:48 [ISSUE] podman: Add `fuse-overlayfs` to `depends` kartikynwa
  2021-03-15 18:38 ` ericonr
@ 2021-03-15 18:41 ` ahesford
  2021-03-15 20:31 ` CameronNemo
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2021-03-15 18:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/29491#issuecomment-799658906

Comment:
Also tagging @bougyman to weigh in.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: podman: Add `fuse-overlayfs` to `depends`
  2021-03-15 16:48 [ISSUE] podman: Add `fuse-overlayfs` to `depends` kartikynwa
  2021-03-15 18:38 ` ericonr
  2021-03-15 18:41 ` ahesford
@ 2021-03-15 20:31 ` CameronNemo
  2021-03-16  9:19 ` kartikynwa
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2021-03-15 20:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/issues/29491#issuecomment-799731051

Comment:
It is not strictly necessary to function. That said it is a tiny dependency and I have it installed everywhere I have podman installed. Sounds reasonable to include as a dep.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: podman: Add `fuse-overlayfs` to `depends`
  2021-03-15 16:48 [ISSUE] podman: Add `fuse-overlayfs` to `depends` kartikynwa
                   ` (2 preceding siblings ...)
  2021-03-15 20:31 ` CameronNemo
@ 2021-03-16  9:19 ` kartikynwa
  2021-03-28  5:36 ` kartikynwa
  2021-03-28  5:36 ` [ISSUE] [CLOSED] " kartikynwa
  5 siblings, 0 replies; 7+ messages in thread
From: kartikynwa @ 2021-03-16  9:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/issues/29491#issuecomment-800093073

Comment:
Filed a PR while we wait for others to weigh in. #29505

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: podman: Add `fuse-overlayfs` to `depends`
  2021-03-15 16:48 [ISSUE] podman: Add `fuse-overlayfs` to `depends` kartikynwa
                   ` (3 preceding siblings ...)
  2021-03-16  9:19 ` kartikynwa
@ 2021-03-28  5:36 ` kartikynwa
  2021-03-28  5:36 ` [ISSUE] [CLOSED] " kartikynwa
  5 siblings, 0 replies; 7+ messages in thread
From: kartikynwa @ 2021-03-28  5:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/issues/29491#issuecomment-808850652

Comment:
This is done. Thanks everyone.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ISSUE] [CLOSED] podman: Add `fuse-overlayfs` to `depends`
  2021-03-15 16:48 [ISSUE] podman: Add `fuse-overlayfs` to `depends` kartikynwa
                   ` (4 preceding siblings ...)
  2021-03-28  5:36 ` kartikynwa
@ 2021-03-28  5:36 ` kartikynwa
  5 siblings, 0 replies; 7+ messages in thread
From: kartikynwa @ 2021-03-28  5:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 717 bytes --]

Closed issue by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/issues/29491

Description:
Hello.

podman tries to default to overlayfs as the default storage driver and falls back to vfs if it's not available. While podman functions fine with vfs, it has the downside of eating up an inordinate amount of space. On my VPS, upon doing a `podman-compose pull` on a Wordpress compose file, it consumed 15GB of space until there was none left.

For reference, Arch installs it as a runtime dependency and it's a suggested package while installing podman in Debian.

Just throwing an idea against the wall so feel free to close the issue if it's not deemed necessary.

Thanks.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-03-28  5:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 16:48 [ISSUE] podman: Add `fuse-overlayfs` to `depends` kartikynwa
2021-03-15 18:38 ` ericonr
2021-03-15 18:41 ` ahesford
2021-03-15 20:31 ` CameronNemo
2021-03-16  9:19 ` kartikynwa
2021-03-28  5:36 ` kartikynwa
2021-03-28  5:36 ` [ISSUE] [CLOSED] " kartikynwa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).