Project

General

Profile

Actions

Bug #1389

closed

re-created snapshot gets removed by mds journal replay

Added by Alexandre Oliva over 12 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
Severity:
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Say you enter a snapshot pseudo-dir then run:

mkdir test
rmdir test
mkdir test

then restart the mds, and run:

ls

you'll find see test isn't there any more. Oops.

now, doing something like:

mkdir test
touch ..
touch -r test ..
rmdir test
mkdir test

works (i.e., after restarting the mds the directory is still there), presumably because we're now binding the snapshot name to a different version of the directory.

Changes to files within the snapshotted directory appear to suffice to get the snapshot to survive an mds restart as well.

Actions

Also available in: Atom PDF