Pawel Knap
Pawel Knap
Currently, KD and Klient (KD deamon) can be run only on Unix-like systems. Make them work on Windows.
Current CLI help implementation produce invalid and sometimes different outputs for `--help` flag. The `USAGE` section for all subcommands always produces: ``` command [command options] [arguments...] ``` thus we are...
Currently, when synchronisation fails, the QUEUE and SYNC columns are set to err. This is not very readable. Additionally, mount status will be useful for mounts that are set to...
This requires adding command like `kd mount adopt/switch/transfer` that will use mount remote path on a different machine. Such command will be useful for reinitialised stacks.
This is preretirement for hard links. Also it prevents for removing file from cache that has more than one hard link to it. Bonus points: Node entries times are stored...
This option should remove all mounts that are connected with provided machine. Bonus points: Add aliases: `kd unmount`, `kd machine unmount` (`unmount` instead of `umount`)
Drop UUIDv4 and use name logic similar to UNIX `mount` command. Mount id is also used as cache directory identifier, so this needs to be taken into account in order...
The goal of this issue is to add `kd machine addresses` command which will show all machine addresses known to `kd`. Currently, `kd machine list` IP column shows tunnel address...
Current [log fetcher](https://github.com/koding/koding/blob/3ea9a37c12ec0a9acc7577de0663ab8eb534756c/go/src/koding/klient/logfetcher/logfetcher.go) implementation has a bug that can skip potentially important log message. Despite documented [races](https://github.com/koding/koding/blob/3ea9a37c12ec0a9acc7577de0663ab8eb534756c/go/src/koding/klient/logfetcher/logfetcher.go#L39), log fetcher has another one which can occur when data is written after...
Create a pooler that will monitor remote machine looking for changes in mounted directory. This will provide remote-> local synchronization.