search for: last_id

Displaying 3 results from an estimated 3 matches for "last_id".

Did you mean: last_uid
2013 Sep 19
0
Files written to an OST are corrupted
...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 further action was taken until that process completed. The index, inode...
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...end + } + when 1 # events with an id + class_eval %Q{ + def #{ev_type.name}(id, &block) + connect(id, Wx::ID_ANY, #{ev_type.const}, &block) + end + } + when 2 # events with id range + class_eval %Q{ + def #{ev_type.name}(first_id, last_id, &block) + connect(first_id, last_id, #{ev_type.const}, &block) + end + } + end </ins><span class="cx"> end </span><ins>+ + +# TODO +# if defined?(Wx::Scintilla) +# EVENT_TYPE_MAPPING.merge( +# Wx::EVT_SCI_CHANGE =>...
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