Displaying 4 results from an estimated 4 matches for "last_rcvd".
2013 Sep 19
0
Files written to an OST are corrupted
...roller. A second 5-disk RAID-5
shares the shelf, with the 15th disk as a hot spare, and that second
volume is not having issues.
289 mkdir reformat
290 cd reformat
292 mkdir -p /mnt/ost
293 mount -t ldiskfs /dev/sdc /mnt/ost
294 mkdir sdc
295 pushd /mnt/ost
296 cp -p last_rcvd /root/reformat/sdc
297 cd O
298 cd 0
299 cp -p LAST_ID /root/reformat/sdc
300 cd ../..
301 cp -p CONFIGS/* /root/reformat/sdc
304 umount /mnt/ost
At this point, the web interface of Dell''s OMSA was used to do a complete,
slow initialization of the volume. No furth...
2010 Aug 14
0
Lost OSTs, remounted, now /proc/fs/lustre/obdfilter/$UUID/ is empty
...-5:8
LDISKFS-fs: delayed allocation enabled
LDISKFS-fs: file extents enabled
LDISKFS-fs: mballoc enabled
LDISKFS-fs: mounted filesystem dm-5 with ordered data mode
Lustre: 16377:0:(filter.c:990:filter_init_server_data()) RECOVERY:
service scratch-OST0007, 281 recoverable clients, 0 delayed clients,
last_rcvd 55834575088
Lustre: scratch-OST0007: Now serving scratch-OST0007 on
/dev/mapper/ost_scratch_7 with recovery enabled
Lustre: scratch-OST0007: Will be in recovery for at least 5:00, or
until 281 clients reconnect
Lustre: 6799:0:(ldlm_lib.c:1788:target_queue_last_replay_reply())
scratch-OST0007: 280 r...
2001 Mar 13
5
is this null block OK?
...kml.fd_file, 0);
fset->fset_kml.fd_file = NULL;
} else {
printk("hehehehe no filp\n");
}
if ( rc ) {
printk("presto: close files: kml filp won't close %d\n",
rc);
}
if ( fset->fset_last_rcvd) {
rc2 = filp_close(fset->fset_last_rcvd, 0);
fset->fset_last_rcvd = NULL;
} else {
printk("hehehehe no filp\n");
}
if ( rc2 ) {
if ( !rc )
rc = rc2;
prin...
2007 Mar 20
15
How to bypass failed OST without blocking?
Hi
I want my lustre do such things during OST failed: if some file
has stripe data on th failed OST, any operation on the file will
return IO error without blocking, and also at this moment I can
create and read/write new file or read/write files which have no stripe
data on the failed OST without blocking.
What should I do ? How to configure?
thanks!
swin
-------------- next part