Is it possible to get complete integer value for file count using XCP scan?
Applies to
XCP
Answer
- Yes, use command
xcp scan -csv <ip_address_or_hostname>:/source_vol. - This will generate a report under specified log path.
- Once that path is accessed we can check the count in complete integer value.

Additional Information
- Running just
xcp scancommand will give the output but in compact format like 22.6M as below.

- There is a need to get complete integer value in case of migrations to check if all files from source are synced/copied to destination.
