Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Unfamiliar (Score 3, Informative) 370

So you can't expand an existing vdev

While you cannot add new drives to a vdev, you can expand a vdev by incrementally replacing all of its drives with larger versions. Replace a drive, resilver, replace a drive, resilver... and when you're all done, just export the pool, import it back, and you have the full capacity of the new drives available.

Comment Re:Unfamiliar (Score 1) 370

In my experience it needs a lot more memory than software RAID5. Something like 1GB per TB of disk space if running RAIDZ.

It appears to use a lot of memory because it replaces the standard kernel disk cache with its own ARC, and as unused memory is wasted memory, the ARC will eat up every last bit of memory you allow it.

Scrubbing can thrash your CPU pretty good, too.

It's performing a checksum of your entire system. That's going to be a CPU hog. BTRFS will be no different in this regard. Still, the default algorithm is fairly lightweight, and on a modern multi-core multi-GHz system, you should be bottlenecked on disk long before you "thrash" your CPU. If you're trying to run ZFS on an old low end Atom, well... don't do that!

and I needed the capability to add new drives to the pool which ZFS doesn't handle gracefully.

Of course it does. It just has some limitations. You cannot remove devices from a pool, and you cannot reshape a Z/2/3 vdev. You can add a new disk to a mirror vdev. You can replace all the disks in a Z vdev with larger ones, and then expand the vdev to use the new space. You can add a new disk to a pool. You can add a new mirror or Z vdev to a pool.

Comment Re:I PC game, and have zero reason to upgrade (Score 0) 98

Physics can already be done on the GPU very well - the development we're waiting for is getting data back off the GPU and into main system memory fast enough for the CPU to be able to use it (ie, this stuff being used for gameplay, not just eye candy). That won't happen until there's a rethink on how GPUs are connected to the mainboard

This isn't the turn of the century with your new fangled AGP 4x graphics card. PCI Express is symmetric. You can pull data in from peripherals just as fast as you can push it out. If there is a bottleneck in pulling computed physics data from modern graphics cards, it's entirely the fault of the internal design of those modern graphics cards.

Comment Re:The coral will need guard rails around it (Score 1) 76

Any kind of sonar that is actually useful for this purpose will be far more damaging to the reef's ecosystem than having the occasional sub bump into it.

You're not trying to find submarines hiding on the other side of a thermocline. You're just trying to track any obstructions within a couple dozen feet.

Comment Re:Who pays the ticket? (Score 1) 475

You are "driving" a Google automated car. You get pulled over for doing 10 over the speed limit.

Won't happen, barring a software bug, and a software bug IS an unavoidable liability of writing software. Google allows their autonomous vehicles to maintain pace with the flow of traffic, up to ten miles per hour above the posted speed limit. If the average flow of traffic exceeds the posted speed limit, it indicates the posted speed limit is much too low for the conditions of the road. Further, it would require everyone on the road to be similarly breaking the speed limit, which would mean those other hundreds of vehicles would all have to be simultaneously pulled over and ticketed, which is a logistical impossibility.

Comment Re:Why speed only a little? (Score 4, Insightful) 475

Come now. What percentage of people on the road actually have any situational awareness? They're not looking around to track voids in traffic should they need to change lanes in an emergency. They're not looking downstream to see that accident half a mile away and traffic backing up. They're watching no further than the brake lights in front of them. Even if they are trying to pay attention, it takes a hell of a lot of concentration and practice to constantly track a dozen cars around you in all directions, and a hell of a lot more to anticipate movements when those cars leave line of sight. This sort of thing is trivial for a computer.

As for "self", are you referring to the current state of the car? Surely autonomous control tied into your vehicle's data bus with direct access to engine sensors, accelerometers, gyroscopes, suspension deflectometers, and all manner of other equipment would have a much better chance of assessing the current state of the vehicle than the driver.

Comment Re:Left or Right? (Score 2) 475

The US has no hard limit. If you're breaking the speed limit, you're breaking the speed limit, and it's the discretion of the office how bored/lazy/behind_on_quota they are as to whether you get pulled over and ticketed. The fact that the UK has actually codified this is absurd. Why not just bump the signage by that much, and make the signs themselves the hard limit?

Slashdot Top Deals

fortune: cpu time/usefulness ratio too high -- core dumped.

Working...