* Overlay issue when truncating files over 2G
@ 2015-09-11 8:05 Alkis Georgopoulos
0 siblings, 0 replies; only message in thread
From: Alkis Georgopoulos @ 2015-09-11 8:05 UTC (permalink / raw)
To: miklos; +Cc: linux-unionfs, djgroos
Hi, I think I've found an issue with overlay. Steps to reproduce:
# cd $(mktemp -d)
# mkdir lower upper work root
# truncate -s 3G lower/sparse
# mount -t overlay -o workdir=work,upperdir=upper,lowerdir=lower overlay
work
# truncate -s 0 work/sparse
truncate: cannot open ‘work/sparse’ for writing: Value too large for
defined data type
# umount work
My kernel is: 3.19.0-26-generic #28~14.04.1-Ubuntu SMP
Thanks,
Alkis Georgopoulos
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-11 8:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-11 8:05 Overlay issue when truncating files over 2G Alkis Georgopoulos
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.