Bug #2111
Command 'hammer snaprm' removes PFS symlink
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | - |
Description
Hi,
calling 'hammer snaprm /pfs/my.pfs 0x0000000123456789' will remove the symlink
my.pfs. The symlink can be restored if the PFS number is known.
Attached is a patch that fixes this issue. It also ensures that arguments of the
different 'snaprm' commands cannot be mixed.
Sven
Related todos
History
Updated by thomas.nikolajsen over 1 year ago
grab
Updated by thomas.nikolajsen over 1 year ago
Fix based on your patch is committed to master & 2.10,
please test if you still se problem.
Updated by xbit over 1 year ago
I tested your changes submitted to 2.10. The problem is gone, the PFS symlink
is not removed anymore.
Thanks for simplifying and integrating the patch.