All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alkis Georgopoulos <alkisg@gmail.com>
To: miklos@szeredi.hu
Cc: linux-unionfs@vger.kernel.org, djgroos@gmail.com
Subject: Overlay issue when truncating files over 2G
Date: Fri, 11 Sep 2015 11:05:06 +0300	[thread overview]
Message-ID: <55F28B32.7000001@gmail.com> (raw)

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

                 reply	other threads:[~2015-09-11  8:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55F28B32.7000001@gmail.com \
    --to=alkisg@gmail.com \
    --cc=djgroos@gmail.com \
    --cc=linux-unionfs@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.