Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1698315

Re: xattr hash error in 4.13-rc with overlayfs over ext4

From Tahsin Erdogan <tahsin@google.com>
Newsgroups linux.kernel
Subject Re: xattr hash error in 4.13-rc with overlayfs over ext4
Date 2017-07-27 23:00 +0200
Message-ID <u7Y30-2Au-29@gated-at.bofh.it> (permalink)
References <u7Qf7-65e-1@gated-at.bofh.it> <u7VHQ-15C-15@gated-at.bofh.it> <u7WDV-1NY-23@gated-at.bofh.it> <u7WNA-1TC-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Still no luck reproducing the error. I am using the test script below
at v4.13-rc2. Do you mind checking my script to see what I am missing?

#!/bin/bash
set -ex

while grep /dev/sdb /proc/mounts;do umount /dev/sdb; done
mke2fs -F -t ext4 /dev/sdb
mount /dev/sdb /mnt/sdb
cd /mnt/sdb

mkdir xattrhashtest
cd xattrhashtest/
mkdir upper lower work mnt
cd lower/
echo foo > bar
ln bar baz
cd ..
mount -t overlay overlay -olowerdir=lower,upperdir=upper,workdir=work mnt
cd mnt/
echo xxx >> bar

cd /root
umount overlay
umount /dev/sdb

e2fsck -f -n /dev/sdb
echo done

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

xattr hash error in 4.13-rc with overlayfs over ext4 Miklos Szeredi <miklos@szeredi.hu> - 2017-07-27 14:40 +0200
  Re: xattr hash error in 4.13-rc with overlayfs over ext4 Tahsin Erdogan <tahsin@google.com> - 2017-07-27 20:30 +0200
    Re: xattr hash error in 4.13-rc with overlayfs over ext4 Miklos Szeredi <miklos@szeredi.hu> - 2017-07-27 21:30 +0200
      Re: xattr hash error in 4.13-rc with overlayfs over ext4 Miklos Szeredi <miklos@szeredi.hu> - 2017-07-27 21:40 +0200
        Re: xattr hash error in 4.13-rc with overlayfs over ext4 Tahsin Erdogan <tahsin@google.com> - 2017-07-27 23:00 +0200

csiph-web