[OpenAFS] Solaris 9, AFS 1.2.8 kernel panic: read volumeinfo

Derrick J Brashear shadow@dementia.org
Tue, 20 May 2003 14:31:36 -0400 (EDT)


On Tue, 20 May 2003, Lee Damon wrote:

> We've just had 3 Solaris 9 systems panic with the same message. No
> problems for a long time, then suddenly 3 panics within a 20 minute span.
> I'm suspecting someone migrated from host to host without thinking
> about it.  Any clues what I should be looking for?  I have a core dump
> if anyone wants to look at it.

> May 20 10:25:54 barbet afs: [ID 908391 kern.notice] read volumeinfo
in afs_UFSGetVolSlot:

		tfile = osi_UFSOpen(volumeInode);
                code = afs_osi_Read(tfile, sizeof(struct fvolume) *
tv->vtix,
                                &staticFVolume, sizeof(struct fvolume));
                if (code != sizeof(struct fvolume))
                    osi_Panic("read volumeinfo");
                osi_UFSClose(tfile);

Is there any reason reading the cache partition would fail? What's the
fstab entry for the partition it's on?