Is it possible to change project's assigned storage path?

Say I start with an NFS share and I name it share1 in my gitlab.rb. Down the line it’s filling up or I have some more performant replacement. So I add share2 as a data storage path in gitlab.rb and make that the default. Is there a way to assign change the storage path assignment for existing projects? The only option I currently see is to instead bring down the server, migrate the data from the old NFS volume to the new volume, and instead of adding share2 in gitlab.rb I change the path of share1. Ideal would be a Migrate to storage foo button in the Group and Project settings.