All of lore.kernel.org
 help / color / mirror / Atom feed
From: Harshavardhana <harsha@gluster.com>
To: linux-btrfs@vger.kernel.org
Subject: ENOTEMPTY on "rm -rf" for snapshot and subvolume
Date: Wed, 07 Apr 2010 17:44:20 -0700	[thread overview]
Message-ID: <4BBD26E4.7070106@gluster.com> (raw)

Hi Everyone,

      Recently i created a snapshot of an existing volume which had some 
amount of data.
      Now that after creating the snapshot i have tried deleting the 
same snapshot.  But i am
      getting ENOTEMPTY for "rmdir". But when i see the actual files 
inside are deleted
      not the parent directory.

      From the code it looks like

      if (inode->i_size > BTRFS_EMPTY_DIR_SIZE ||
             inode->i_ino == BTRFS_FIRST_FREE_OBJECTID)
                 return -ENOTEMPTY;

      Why would "unlink" succeeds for the files inside the directory?, 
yet returning ENOTEMPTY

      This looks odd after this, i  went ahead and tried deleting the 
the existing volume itself
      same result.

      So i was wondering if at all this is supposed to work this way, do 
i need to use "btrfs"
      commands to delete subvolumes always? and their relative snapshots?.

      But either in that case too returning ENOTEMPTY does confuse a 
user a lot. Isn't it valid
      just by returning EPERM will explain a lot to users saying that 
this is a snapshot of a
      subvolume or a parent subvolume which is not supposed to be 
deleted this way.

Regards

-- 
Harshavardhana
http://www.gluster.com


             reply	other threads:[~2010-04-08  0:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-08  0:44 Harshavardhana [this message]
2010-04-08 13:52 ` ENOTEMPTY on "rm -rf" for snapshot and subvolume Chris Mason
2010-04-08 21:14   ` Harshavardhana

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=4BBD26E4.7070106@gluster.com \
    --to=harsha@gluster.com \
    --cc=linux-btrfs@vger.kernel.org \
    /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.