Our answer to the ZFS SAN failover problem
A while back I wrote about the ZFS SAN failover problem , and recently a commentator asked what we'vedecided to do about it. Our current answer to the problem is simple butsomewhat brutal: we're not going to do failover as such.
We're still including basic support for failover in our NFS serverenvironment, things like virtual fileserver IPs and a naming conventionfor ZFS pools that includes what fileserver they are part of, but we'renot trying to build any explicit failover support, especially
SSL does not create trust
One of the stories that people tell about SSL on the web is that proper,valid SSL certificates create trust (and thus do all sorts of goodthings, like facilitating Internet commerce). This is, how shall I sayit, not actually true.
Here's how SSL certificates fail to create trust:
- simply having an SSL certificate doesn't mean you're especiallytrustworthy, because anyone can get an SSL certificate.
- you might be able to trust an identity that's guaranteed by SSL,except
borrowing from friend's blog...
Red Cliff vs. Batman & Joker
- Inagiku hasn't disappointed me so far... bad luck you!
- I think Red Cliff is an OK movie if you're not a big fan of 三國演義. I like the 八陣圖 part very much. Visuals are sound effects are generally good. Disappointed by the the characters (or script) because all of they are lack of characters and depth.
-Batman. Love it so much. I really should write a long review of
袁彌明反對走捷徑
閒話
周日早上,無聊看電視,國際台播百家講壇,于丹講《四大名捕》,鐵手,追命,冷血,無情,咦,這真是于丹嗎?這真是百家講壇嗎?為什麼會講武俠小說?再看了一段時間,原來
First impressions of using DTrace on user-level programs
I've finally gotten around to trying out DTrace, and I have to say thatit actually is pretty cool so far. I haven't used it on kernel sidestuff, just to poke at user programs, for which it makes a nice printbased debugger ; it's easy topoint DTrace at a process and see what's going on (easier than attachinga debugger and getting anywhere in my opinion), and you have a bunch ofinteresting analysis options, none of which require you to
A performance gotcha with syslogd
Stated simply: many versions of syslogd will fsync() logfiles afterwriting a messages to them, in an attempt to make sure that the messagemakes it to disk in case something happens to the system immediatelyafterwards (crashes, loses power, etc). This obviously can have animpact (sometimes a significant one) on any other IO activity going onat the time.
On some but not all systems with this feature, you can this off forspecific syslog files by sticking a ' - ' in front of