public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* btrfs-progs: -q/--quiet not accepted for "btrfs subvolume" subcommands
@ 2024-12-17 14:56 Roman Mamedov
  2025-03-19 22:12 ` David Sterba
  0 siblings, 1 reply; 4+ messages in thread
From: Roman Mamedov @ 2024-12-17 14:56 UTC (permalink / raw)
  To: linux-btrfs

Hello,

# btrfs --version
btrfs-progs v6.6.3

# btrfs sub create --help
usage: btrfs subvolume create [options] [<dest>/]<name> [[<dest2>/]<name2> ...]

    Create subvolume(s)

    Create subvolume(s) at specified destination.  If <dest> is not given
    subvolume <name> will be created in the current directory. Options apply
    to all created subvolumes.

    -i <qgroupid>             add the newly created subvolume(s) to a qgroup. This option can be given multiple times.
    -p|--parents              create any missing parent directories for each argument (like mkdir -p) 
    
    Global options:
    -q|--quiet                print only errors 

# btrfs sub create -q test
btrfs subvolume create: invalid option 'q'
Try 'btrfs subvolume create --help' for more information

# btrfs sub create --quiet test
btrfs subvolume create: unrecognized option '--quiet'
Try 'btrfs subvolume create --help' for more information

Same for "snapshot". Maybe also some or all others, did not check further.

This is the case also on btrfs-progs versions 5.10 and 6.2.

-- 
With respect,
Roman

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

end of thread, other threads:[~2025-03-20  1:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 14:56 btrfs-progs: -q/--quiet not accepted for "btrfs subvolume" subcommands Roman Mamedov
2025-03-19 22:12 ` David Sterba
2025-03-19 22:46   ` Roman Mamedov
2025-03-20  1:18     ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox