All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch for adding --resize to manpage
@ 2010-06-08 13:17 Zdenek Kabelac
  2010-06-17 10:33 ` Milan Broz
  2010-06-17 22:10 ` Jonathan Brassow
  0 siblings, 2 replies; 4+ messages in thread
From: Zdenek Kabelac @ 2010-06-08 13:17 UTC (permalink / raw)
  To: lvm-devel

Here is proposal for adding documentation about --resizefs, --nofsck,--force 
option for lvextend, lvresize, lvreduce.

It should resolve: https://bugzilla.redhat.com/show_bug.cgi?id=592428

Zdenek

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Man-page-update-for-lvresize-resizefs.patch
Type: text/x-patch
Size: 4426 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20100608/ce40df99/attachment.bin>

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

* Patch for adding --resize to manpage
  2010-06-08 13:17 Patch for adding --resize to manpage Zdenek Kabelac
@ 2010-06-17 10:33 ` Milan Broz
  2010-06-17 22:10 ` Jonathan Brassow
  1 sibling, 0 replies; 4+ messages in thread
From: Milan Broz @ 2010-06-17 10:33 UTC (permalink / raw)
  To: lvm-devel

On 06/08/2010 03:17 PM, Zdenek Kabelac wrote:
> Here is proposal for adding documentation about --resizefs, --nofsck,--force 
> option for lvextend, lvresize, lvreduce.

No native english speaker acked that... 

ack, otherwise it will wait forever.

m.



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

* Patch for adding --resize to manpage
  2010-06-08 13:17 Patch for adding --resize to manpage Zdenek Kabelac
  2010-06-17 10:33 ` Milan Broz
@ 2010-06-17 22:10 ` Jonathan Brassow
  2010-06-18  9:48   ` Zdenek Kabelac
  1 sibling, 1 reply; 4+ messages in thread
From: Jonathan Brassow @ 2010-06-17 22:10 UTC (permalink / raw)
  To: lvm-devel

Under lvextend/'--force', s/without any question/without any questions/.

Under lvextend/'--resizefs', The sentence about 'fsadm' seems to imply  
that it is necessary in addition to the argument.  Is this the case?   
If not, perhaps we could say something like, "fsadm can be used to  
resize a filesystem separately if this option is not used."

Under lvreduce, is there no '--force' option?  If not, we should  
probably remove a reference to in in '--nofsck'.

Under lvreduce/'--resize', same comment concerning fsadm.

Under lvresize/'--force', s/question/questions/

Under lvresize/'--resize', same as above

Otherwise, seems fine.
  brassow

On Jun 8, 2010, at 8:17 AM, Zdenek Kabelac wrote:

> Here is proposal for adding documentation about --resizefs, -- 
> nofsck,--force option for lvextend, lvresize, lvreduce.
>
> It should resolve: https://bugzilla.redhat.com/show_bug.cgi?id=592428
>
> Zdenek
>
> <Man-page-update-for-lvresize-resizefs.patch>--
> lvm-devel mailing list
> lvm-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/lvm-devel



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

* Patch for adding --resize to manpage
  2010-06-17 22:10 ` Jonathan Brassow
@ 2010-06-18  9:48   ` Zdenek Kabelac
  0 siblings, 0 replies; 4+ messages in thread
From: Zdenek Kabelac @ 2010-06-18  9:48 UTC (permalink / raw)
  To: lvm-devel

Dne 18.6.2010 00:10, Jonathan Brassow napsal(a):
> Under lvextend/'--force', s/without any question/without any questions/.
>
> Under lvextend/'--resizefs', The sentence about 'fsadm' seems to imply that it
> is necessary in addition to the argument. Is this the case? If not, perhaps we
> could say something like, "fsadm can be used to resize a filesystem separately
> if this option is not used."


It works rather this way:

lvresize calculates new blocksize from command line options and
- resizes LV and execs fsadm for fs resize (lvextend)
- or execs fsadm for fs shrink and then reduces LV (lvreduce)

It will not work without fsadm as the lvresize command does not know anything 
about filesystems and their utilities for its resizing.

The other way around is - to use only  fsadm - which will use lvresize.
It should have easier syntax for user - on the other hand - doesn't handle 
given sizes  - i.e.  1.5GB (float numbers) are not yet supported by this tool 
and user needs to use 1500M.

Zdenek



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

end of thread, other threads:[~2010-06-18  9:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-08 13:17 Patch for adding --resize to manpage Zdenek Kabelac
2010-06-17 10:33 ` Milan Broz
2010-06-17 22:10 ` Jonathan Brassow
2010-06-18  9:48   ` Zdenek Kabelac

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.