Bug #3190
closed
hammer: hammer info command locks up console
Added by Anonymous over 5 years ago.
Updated over 5 years ago.
Description
A recent commit has broken the hammer info command to the point where it hangs on the console and control-C will not break out. Also, the machine stops servicing SSH connections.
The problem commit is after 09a8a7b3 and at or before 161b332.
Then the entire hammer1 is likely broken.
That command looks up btree for pfs metadata via ioctl, which is essentially no different from regular filesystem path lookup (with only difference in keys to lookup).
Other hammer commands, like snapls and config are working. It seems to be limited to info for some reason, but I haven't test all of them.
should check if any changes in vm and/or vfs within that range of commits.
basically no meaningful changes to hammer1 these days.
My guess is that this is a result of one of these commits in combination with the all encrypted disks setup I have.
- Status changed from New to Closed
Dillon fixed this with commit ec03d2a1
Also available in: Atom
PDF