I began an update of one of our servers via yum and, coincidentally or not, I have been getting the following logged into the message file since: messages:Jan 7 15:55:51 inet07 kernel: post_create: setxattr failed, rc=28 (dev=dm-0 ino=280175) Now, this tells me that dev dm-0 is out of space but, what is dm-0? So, can anyone tell me what is happening and why? -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3
On Mon, 2008-01-07 at 16:22 -0500, James B. Byrne wrote:> I began an update of one of our servers via yum and, coincidentally or > not, I have been getting the following logged into the message file since: > > messages:Jan 7 15:55:51 inet07 kernel: post_create: setxattr failed, > rc=28 (dev=dm-0 ino=280175) > > > Now, this tells me that dev dm-0 is out of space but, what is dm-0?On my system, ]# ls -l /dev/mapper total 0 brw-rw---- 1 root disk 253, 0 Dec 29 10:07 VolGroup00-LogVol00 brw-rw---- 1 root disk 253, 3 Dec 29 10:08 VolGroup01-Home01 brw-rw---- 1 root disk 253, 2 Dec 29 10:08 VolGroupAA-lvol1 brw-rw---- 1 root disk 253, 1 Dec 29 10:08 VolGroupAE-LogVolTemp crw------- 1 root root 10, 63 Dec 29 10:07 control [root at centos01 ~]# ls -l /dev/dm* brw-r----- 1 root root 253, 0 Dec 29 10:07 /dev/dm-0 brw-r----- 1 root root 253, 1 Dec 29 10:08 /dev/dm-1 brw-r----- 1 root root 253, 2 Dec 29 10:08 /dev/dm-2 brw-r----- 1 root root 253, 3 Dec 29 10:08 /dev/dm-3 S/b very similar on yours.> > So, can anyone tell me what is happening and why?NP here. Do a df or du on the equivalent LVM(?) item.> <snip>HTH -- Bill
After finishing the update I ran yum clean and then rebooted the server. On startup the following were logged: Jan 7 16:43:39 inet07 kernel: EXT3-fs: INFO: recovery required on readonly file system. Jan 7 16:43:39 inet07 kernel: EXT3-fs: write access will be enabled during reco very. Jan 7 16:43:39 inet07 kernel: kjournald starting. Commit interval 5 seconds Jan 7 16:43:39 inet07 kernel: EXT3-fs: dm-0: orphan cleanup on readonly fs Jan 7 16:43:40 inet07 kernel: EXT3-fs: dm-0: 1 orphan inode deleted Jan 7 16:43:40 inet07 kernel: EXT3-fs: recovery complete. Jan 7 16:43:40 inet07 kernel: EXT3-fs: mounted filesystem with ordered data mod e. I would appreciate it very much if somebody could enlighten me as to what happened and why. Is this indicative of a hardware failure? Regards, -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3
# ls -l /dev/mapper /dev/dm* brw-r----- 1 root root 253, 0 Jan 7 16:42 /dev/dm-0 brw-r----- 1 root root 253, 1 Jan 7 16:42 /dev/dm-1 brw-r----- 1 root root 253, 2 Jan 7 16:42 /dev/dm-2 brw-r----- 1 root root 253, 3 Jan 7 16:42 /dev/dm-3 brw-r----- 1 root root 253, 4 Jan 7 16:42 /dev/dm-4 brw-r----- 1 root root 253, 5 Jan 7 16:42 /dev/dm-5 brw-r----- 1 root root 253, 6 Jan 7 16:42 /dev/dm-6 /dev/mapper: total 0 crw------- 1 root root 10, 63 Jan 7 16:42 control brw-rw---- 1 root disk 253, 0 Jan 7 16:42 VolGroup00-LogVol00 brw-rw---- 1 root disk 253, 2 Jan 7 16:42 VolGroup00-LogVol01 brw-rw---- 1 root disk 253, 1 Jan 7 16:42 VolGroup00-LogVol02 brw-rw---- 1 root disk 253, 3 Jan 7 16:42 VolGroup00-lv--IMAP brw-rw---- 1 root disk 253, 6 Jan 7 16:42 VolGroup00-lv--IMAP--2 brw-rw---- 1 root disk 253, 4 Jan 7 16:42 VolGroup00-lv--MailMan brw-rw---- 1 root disk 253, 5 Jan 7 16:42 VolGroup00-lv--webfax I infer that dm-0 ===> VolGroup00-LogVol00 and that VolGroup00-LogVol00 ===> / so df / gives # df / Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/VolGroup00-LogVol00 8256952 6677880 1159644 86% / I am guessing that the yum update caused the file system to fill and to precipitate this problem. Is the the probable cause? -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3