Take D32963 and make nvd/nda resize after namespace changed async event trigger.
create a new thread and this thread will update namespace data when needed.
nvd can now call resize_disk() and update the disk size properly.
nda part still no luck, since cam part has an namespace data copy, without update this data copy,
disk_resize() still use the old size. by now I have no idea how to make it happen.