yes, this worked
On 30/09/19 11:04, Richard L. Hamilton wrote: > The -R option might be your friend. The example from the Oracle doc looked > like > zpool import -R /a -t altrpool 16760479674052375628 > > You don't have the -t available, but you could still do something like > > pool import -f -R /a -o readonly=on 10026772664028219320 rpool_2 > which would prefix it all by /a when it mounted. > >> On Sep 30, 2019, at 06:54, Marc Lobelle <[email protected]> wrote: >> >> yes, but I got another problem: it tries to mount on the directories of >> my rpool. Is there a way to force another mountpoint, either with zpool >> import or zfs mount ? >> >> Marc >> >> >> On 30/09/19 10:28, Richard L. Hamilton wrote: >>> Did you try importing it readonly as described (adding -o readonly=on to >>> the zpool import options) ? >>> >>> Solaris 11.2 has an option to import with a temporary name (unlike >>> importing with a new name), which looks more appropriate. Unfortunately, I >>> don't see that OpenIndiana has that feature. >>> >>> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.oracle.com%2Fcd%2FE36784_01%2Fhtml%2FE36835%2Fgbdbk.html&data=02%7C01%7Cmarc.lobelle%40uclouvain.be%7C8d365df6a95a4ca9990008d745960644%7C7ab090d4fa2e4ecfbc7c4127b4d582ec%7C0%7C0%7C637054382984005480&sdata=DYPV%2BLzmysQvFkKTWlp3N%2BW2k0XuVRmhZZjGhLHneg0%3D&reserved=0 >>> >>> Too bad that feature was't picked up... >>> >>>> On Sep 30, 2019, at 06:03, Marc Lobelle <[email protected]> wrote: >>>> >>>> Hello again, >>>> >>>> It worked almost by giving it another name >>>> >>>> # zpool import -f 10026772664028219320 rpool_2 >>>> This pool uses the following feature(s) not supported by this system: >>>> com.delphix:spacemap_v2 (Space maps representing large segments are >>>> more efficient.) >>>> All unsupported features are only required for writing to the pool. >>>> The pool can be imported using '-o readonly=on'. >>>> cannot import 'rpool' as 'rpool_2': unsupported version or feature >>>> >>>> Indeed the host computer uses an older version of openindiana. Is there >>>> a workaround ? >>>> >>>> Can I without risks upgrade the zfs of the host ? How ? >>>> >>>> Thanks >>>> >>>> >>>> Marc >>>> >>>> >>>> On 30/09/19 08:50, Marc Lobelle wrote: >>>>> Hello, >>>>> >>>>> I started installing a fresh version on openindiana on a new SSD on my >>>>> notebook but I had no time to finish installing all the programs I >>>>> needed and I had to reinstall the old disk (running still solaris). >>>>> Now I would like to finish the install and rsync some directories of >>>>> my old disk. Therefore my idea is to connect one of the disk on the >>>>> usb and rsink it. The problem is that the two disks have the same >>>>> name: rpool. I tried (on another system running openindiana) importing >>>>> a rool by giving its id rather than its name: it does not work >>>>> >>>>> # zpool import -f 10026772664028219320 >>>>> cannot import 'rpool': pool already exists >>>>> >>>>> Is there a way to import the root file system of another computer ? >>>>> >>>>> >>>>> Thanks >>>>> >>>>> >>>>> Marc >>>>> >>>> _______________________________________________ >>>> openindiana-discuss mailing list >>>> [email protected] >>>> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fopenindiana.org%2Fmailman%2Flistinfo%2Fopenindiana-discuss&data=02%7C01%7Cmarc.lobelle%40uclouvain.be%7C8d365df6a95a4ca9990008d745960644%7C7ab090d4fa2e4ecfbc7c4127b4d582ec%7C0%7C0%7C637054382984005480&sdata=gVpznxE8dXxFjk2F0JesGtNj7Jm1quTaEGtZIde8RAE%3D&reserved=0 >>>> >>> _______________________________________________ >>> openindiana-discuss mailing list >>> [email protected] >>> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fopenindiana.org%2Fmailman%2Flistinfo%2Fopenindiana-discuss&data=02%7C01%7Cmarc.lobelle%40uclouvain.be%7C8d365df6a95a4ca9990008d745960644%7C7ab090d4fa2e4ecfbc7c4127b4d582ec%7C0%7C0%7C637054382984015473&sdata=gj1L9qrHe0eWhfkYNVHSvMUI%2BpPOVb9FAfBawymDdPI%3D&reserved=0 >> _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss
