<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Michael Tautschnig a &eacute;crit&nbsp;:
<blockquote
 cite="mid:20100323094109.GA50019@laptop165.dbai.tuwien.ac.at"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Hello Michael,
    </pre>
    <blockquote type="cite">
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap="">I think you haven't landed yet :-) There are still some obstacles out there in
space. But let me give you some new coordinates: 3.3.4+experimental1. That
version ought to work better.
          </pre>
        </blockquote>
        <pre wrap="">Well, /usr is not removed any more, but the kernel seems unhappy :
<a class="moz-txt-link-freetext" href="http://paste.debian.net/64861/">http://paste.debian.net/64861/</a>

        </pre>
      </blockquote>
      <pre wrap="">Could you give 3.3.4+experimental2 another chance? That one should not do
pvcreate on volumes that are part of that volume group already.

      </pre>
    </blockquote>
    <pre wrap="">It's working much better now, the volume is resized, but the
filesystem is not. A call to resize2fs seems to be missing in the
log:

<a class="moz-txt-link-freetext" href="http://paste.debian.net/65380/">http://paste.debian.net/65380/</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Well, ideally parted would do. But that doesn't seem to work:

Command parted -s /dev/vg0/usr resize 1 0 8192B had exit code 1
(STDOUT) Error: File system has an incompatible feature enabled.  Compatible features are has_journal, dir_index, filetype, sparse_super and large_file.  Use tune2fs or debugfs to remove features.

Do you have any ideas which options you enabled on that filesystem that aren't
supported by parted? I'm not sure whether resize2fs works in those cases.
  </pre>
</blockquote>
I haven't set any options on the filesystem, it has been created by
setup-storage using "mkfs.ext3&nbsp; /dev/vg0/usr".<br>
Current options are the following: has_journal ext_attr resize_inode
dir_index filetype sparse_super large_file.<br>
<br>
I can clear 'resize_inode' with tune2fs, but not ext_attr, so parted
still fails. <br>
<br>
However, resize2fs works fine, whatever the options are, and doesn't
need the final size:<br>
<br>
root@lutil:~# resize2fs /dev/vg0/usr<br>
resize2fs 1.41.11 (14-Mar-2010)<br>
Resizing the filesystem on /dev/vg0/usr to 2097152 (4k) blocks.<br>
The filesystem on /dev/vg0/usr is now 2097152 blocks long.<br>
<br>
-- <br>
Nicolas<br>
</body>
</html>