Currently, kubectl directpv move moves the volume references from one drive to another without moving the actual data. We need to provide an option to move the drive with data - say, kubectl directpv move --data which can cp/mv the underlying data. We can use kubernetes jobs to achieve this.