0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

both of real entry and whiteout foundというエラーが発生

Last updated at Posted at 2017-12-24

ログローテーションのタイミングで下記のエラーが発生。

# aufs au_lkup_dentry:***:logrotate[****]: I/O Error, both of real entry and whiteout found, term.log, err -5

どうやら、削除したはずのファイルと、whiteout(ファイルの削除情報)の両方が存在しているという状態らしい。

  • aufs
    unit mount形式のファイルシステム

  • unit mount
    複数のストレージを統合し、単一のファイルシステムとしてマウントすること
    http://d.hatena.ne.jp/dayflower/20080714/1216010519

  • whiteout
    読み込み専用のファイルシステムのファイルを削除したかのように見せる機能。

unit mountシステムにおいて、マウント元(下位層)のファイルシステムが読み込み専用だった場合、
マウント元のファイルを削除を実施しても、マウント元にはファイルは残ったままになるが、
マウント先(上位層)ではファイルが削除される。。
代わりに、マウント先にはwihteoutというファイルの削除情報が隠しファイルとして残ることになる。

このようにマウント元の実ファイルは残ったままだが、マウント先からはファイルが隠され、
削除されたように見えるようにする機能をwhiteoutという。

視界が見えなくなるほどの猛吹雪が由来だと思われる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?