mirror of
https://github.com/ceph/ceph
synced 2024-12-13 15:08:33 +00:00
mds: allow import caps pin from multiple replicas at once
e.g. on dentry unlink, replicas send their caps to the auth. There may be multiple replicas.
This commit is contained in:
parent
1a3fac44f2
commit
0349c789fe
@ -83,7 +83,7 @@ public:
|
||||
//static const int PIN_PURGING = -12;
|
||||
static const int PIN_FREEZING = 13;
|
||||
static const int PIN_FROZEN = 14;
|
||||
static const int PIN_IMPORTINGCAPS = 15;
|
||||
static const int PIN_IMPORTINGCAPS = -15;
|
||||
static const int PIN_PASTSNAPPARENT = -16;
|
||||
static const int PIN_OPENINGSNAPPARENTS = 17;
|
||||
static const int PIN_TRUNCATING = 18;
|
||||
|
Loading…
Reference in New Issue
Block a user