Bug #3190
closedhammer: hammer info command locks up console
0%
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.
Updated by tkusumi over 5 years ago
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).
Updated by Anonymous over 5 years ago
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.
Updated by tkusumi over 5 years ago
should check if any changes in vm and/or vfs within that range of commits.
basically no meaningful changes to hammer1 these days.
Updated by Anonymous over 5 years ago
My guess is that this is a result of one of these commits in combination with the all encrypted disks setup I have.
Updated by Anonymous over 5 years ago
- Status changed from New to Closed
Dillon fixed this with commit ec03d2a1