Changeset 28484 for branches/pap/Nebulous-Server/bin/nebdiskd
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Nebulous-Server/bin/nebdiskd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/Nebulous-Server/bin/nebdiskd
r27103 r28484 224 224 } 225 225 }; 226 227 # fetch stats on the mounted device. this has to be done AFTER 228 # we determine if it's a valid mountpoint incase 229 # is_mountpoint() invokes the automounter 230 my $dev_info = df($mountpoint, 1024); 231 unless (defined $dev_info) { 232 $valid_mountpoint = 0; 233 } 234 226 235 if (!$valid_mountpoint) { 227 236 # try is_mountpoint() again if $retry > 1 … … 254 263 # we determine if it's a valid mountpoint incase 255 264 # is_mountpoint() invokes the automounter 256 my$dev_info = df($mountpoint, 1024);265 $dev_info = df($mountpoint, 1024); 257 266 unless (defined $dev_info) { 258 267 $log->error("can't find device info for $mountpoint");
Note:
See TracChangeset
for help on using the changeset viewer.
