Editing Sequence number files on host fails to change sequence numbers
If I edit the sequence numbers under .senderseqnums or .targetseqnums in vi or similar, it will fail due to an invisible carriage return added to the file by vi. The filestore implementation just takes the contents of the file and interprets it as a number which fails due to the trailing character.
If we do a trim before interpreting the string, the process will succeed.